[Bug middle-end/51544] uninitialized variable false positive prevents bootstrap at -O3
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Dec 14 01:04:00 GMT 2011
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.
More information about the Gcc-bugs
mailing list