http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48063
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hubicka at gcc dot gnu.org --- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-03-10 18:55:08 UTC --- I think the bug is that with -O -fno-early-inlining tree_can_inline_p is never called and thus nothing finds out there is argument mismatch. Honza?