[Bug tree-optimization/57698] rev.200179 causes many errors (inlining failures) when building Firefox
hubicka at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Jun 24 18:03:00 GMT 2013
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57698
Jan Hubicka <hubicka at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |hubicka at gcc dot gnu.org
--- Comment #1 from Jan Hubicka <hubicka at gcc dot gnu.org> ---
I saw this too. There is always_inline (force_inline in the source) function
taking always_inline as a callback and we don't work hard enough to inline all
of them. I am not sure if GCC is missing some indirect call inlining or it is
bug in firefox.
Concerning error/warning We generally output error when always_inline is not
inlined for some reason, so it seems bit odd to error sometimes and warn at
other times.
We also may just have disregard_inline_limits attribute for uses like this.
Honza
More information about the Gcc-bugs
mailing list