This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/57698] rev.200179 causes many errors (inlining failures) when building Firefox


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]