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:26:10 -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
------- Additional Comments From rsandifo at gcc dot gnu dot org 2003-09-30 07:26 -------
Hmm? The first return is for the id->status |= EARLY branch, the second
is for the ticks = 0 branch (and it has two calls). I don't see what's
wrong here.