This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/51544] uninitialized variable false positive prevents bootstrap at -O3
- From: "pinskia at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 14 Dec 2011 01:01:33 +0000
- Subject: [Bug middle-end/51544] uninitialized variable false positive prevents bootstrap at -O3
- Auto-submitted: auto-generated
- References: <bug-51544-4@http.gcc.gnu.org/bugzilla/>
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.