http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47000
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #16 from Jakub Jelinek <jakub at gcc dot gnu.org> 2010-12-18 20:26:29 UTC --- I don't think it is a good idea to change inliner heuristics in 4.5 at this point. If it is always a good idea to inline that function, it should be __attribute__((always_inline)).