This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug optimization/12362] Compiler generates incorrect code at -O2
- From: "rsandifo at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Sep 2003 07:38:09 -0000
- Subject: [Bug optimization/12362] Compiler generates incorrect code at -O2
- References: <20030922052942.12362.sean@mcneil.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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.