[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 20:44:00 GMT 2004
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-08-03 20:44 -------
Confirmed and the reason why it does not trigger at -O2 is because altered_reg_used does not get
inlined so the variable is consided to take the address of so we cannot warn about that.
I will commit the obvious fix.
--
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|unassigned at gcc dot gnu |pinskia at gcc dot gnu dot
|dot org |org
Status|UNCONFIRMED |ASSIGNED
Ever Confirmed| |1
Keywords| |build
Last reconfirmed|0000-00-00 00:00:00 |2004-08-03 20:44:19
date| |
Target Milestone|--- |3.5.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16865
More information about the Gcc-bugs
mailing list