http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51544
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |diagnostic --- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> 2011-12-14 01:01:33 UTC --- Most likely what is happening is cp_parser_compound_statement is being inlined and it is not cost worthly to do the jump thread for check_body_p.