[Bug middle-end/36951] uninitialized-variable warning misnames program objects after inlining
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sun Jul 27 20:36:00 GMT 2008
------- Comment #1 from pinskia at gcc dot gnu dot org 2008-07-27 20:35 -------
In 4.3 (maybe even 4.2), we get an extra note:
t.c: In function 'bar':
t.c:8: warning: 'bar_thing.member' is used uninitialized in this function
t.c:12: note: 'bar_thing.member' was declared here
So I think I can declare this as being fixed.
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Component|c |middle-end
Resolution| |FIXED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36951
More information about the Gcc-bugs
mailing list