[Bug c/49617] gcc misses uninititialized variables in contained functions
rguenth at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Jul 4 09:49:00 GMT 2011
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.
More information about the Gcc-bugs
mailing list