[Bug bootstrap/16865] False alarm about use of uninitialized variable breaks bootstrap at -O3

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Tue Aug 3 22:00:00 GMT 2004


------- 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



More information about the Gcc-bugs mailing list