https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123431

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Yeah.  While gimple_call_combined_fn etc. already do call
gimple_builtin_call_types_compatible_p, because BUILT_IN_CONSTANT_P has
BT_FN_INT_VAR prototype, so int (...) and thus
gimple_builtin_call_types_compatible_p is happy about any number of arguments
for it.

Reply via email to