http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48065
--- Comment #9 from Jan Hubicka <hubicka at ucw dot cz> 2013-01-04 21:26:04 UTC --- > I think we don't fail late now, at least not in expand_call_inline (unless > inline_failed is re-computed at LTRANS stage). Yes, i think we simply produce invalid gimple and type later on errneous conversion. At least we did so last time I hit the issue with Mozilla ;) Honza