This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/16865] False alarm about use of uninitialized variable breaks bootstrap at -O3
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 3 Aug 2004 22:00:15 -0000
- Subject: [Bug bootstrap/16865] False alarm about use of uninitialized variable breaks bootstrap at -O3
- References: <20040803203120.16865.v.haisman@sh.cvut.cz>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-08-03 22:00 -------
The var-tracking ones look like a real bug in the compiler code (not in this var-tracking one though):
if (!vt_get_decl_and_offset (incoming, &decl, &offset))
if (!vt_get_decl_and_offset (decl_rtl, &decl, &offset))
continue;
Now the cp/parser one is really a true posiable use of the uninitialized variable.
--
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|pinskia at gcc dot gnu dot |unassigned at gcc dot gnu
|org |dot org
Status|REOPENED |NEW
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16865