This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug optimization/12799] cmov is confused by a intervening inc that bashes flags.
- From: "ebotcazou at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 28 Oct 2003 08:01:54 -0000
- Subject: [Bug optimization/12799] cmov is confused by a intervening inc that bashes flags.
- References: <20031027231944.12799.pratap@vmware.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=12799
ebotcazou at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Component|c |optimization
Ever Confirmed| |1
GCC build triplet| |i686-pc-linux-gnu
GCC host triplet| |i686-pc-linux-gnu
GCC target triplet| |i686-pc-linux-gnu
Priority|P1 |P2
Last reconfirmed|0000-00-00 00:00:00 |2003-10-28 08:01:53
date| |
Summary|cmov is confused by a |cmov is confused by a
|intervening inc that bashes |intervening inc that bashes
|flags. |flags.
Version|3.3 |3.0.4
------- Additional Comments From ebotcazou at gcc dot gnu dot org 2003-10-28 08:01 -------
Confirmed with GCC 3.0.4 but fixed in GCC 3.1.1 and later.