This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/49971] Missing "uninitialized" warning; may involve "return" statements
- 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: Thu, 4 Aug 2011 00:55:58 +0000
- Subject: [Bug middle-end/49971] Missing "uninitialized" warning; may involve "return" statements
- Auto-submitted: auto-generated
- References: <bug-49971-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49971
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|c |middle-end
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> 2011-08-04 00:55:52 UTC ---
This is the standard CCP optimization getting in the way of uninitialized
variable warnings.