[Bug optimization/12362] Compiler generates incorrect code at -O2
rsandifo at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Tue Sep 30 09:17:00 GMT 2003
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12362
rsandifo at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|WAITING |RESOLVED
Resolution| |INVALID
------- Additional Comments From rsandifo at gcc dot gnu dot org 2003-09-30 07:38 -------
To clarify my earlier comment: what I mean is, the id->status |= EARLY
code has been duplicated. The first return is for the case where
the if statement is not executed, the second is for the case where
it is.
More information about the Gcc-bugs
mailing list