------- Comment #4 from rguenth at gcc dot gnu dot org  2008-01-21 10:44 -------
That we don't catch this mismatch during gimplifcation and disable inlining
for this function is because the C FE doesn't provide DECL_ARGUMENTS for
this function!  So we fall back to the function types TYPE_ARG_TYPES, and
that obviously agree with the type used for the call.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|tree-optimization           |c


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34885

Reply via email to