This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/49617] gcc misses uninititialized variables in contained functions
- From: "rguenth at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 4 Jul 2011 09:49:06 +0000
- Subject: [Bug c/49617] gcc misses uninititialized variables in contained functions
- Auto-submitted: auto-generated
- References: <bug-49617-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49617
Richard Guenther <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |diagnostic
Status|UNCONFIRMED |NEW
Last reconfirmed| |2011.07.04 09:48:32
Ever Confirmed|0 |1
Severity|normal |enhancement
--- Comment #1 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-07-04 09:48:32 UTC ---
This is similar to other uninitialized reports in that it requires to track
memory. OTOH it is a lot harder because it is an IPA uninitialized use.