http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48613
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Last reconfirmed| |2011.04.21 12:51:31 CC| |jakub at gcc dot gnu.org Ever Confirmed|0 |1 --- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-04-21 12:51:31 UTC --- -findirect-inlining with -O0 makes no sense, we should clear flag_indirect_inlining when -O0 or guard all flag_indirect_inlining uses with && optimize (currently it is done that way only in one place, which is the reason why this ICEs).