This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/12113] wrong result for comparison
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 31 Aug 2003 01:43:12 -0000
- Subject: [Bug middle-end/12113] wrong result for comparison
- References: <20030831004855.12113.eyal@eyal.emu.id.au>
- 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=12113
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |critical
Status|UNCONFIRMED |NEW
Component|c |middle-end
Ever Confirmed| |1
GCC build triplet|3.5-tree-ssa 20030829 |
|(merged 20030817) |
GCC host triplet|i686-pc-linux-gnu |
Keywords| |wrong-code
Priority|P2 |P1
Last reconfirmed|0000-00-00 00:00:00 |2003-08-31 01:43:11
date| |
Target Milestone|--- |tree-ssa
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-08-31 01:43 -------
Triples are defined like i686-..., target is the t
It happens in 20030822 but not in 20030814.
It looks like it is a fold_const problem as it is already changed into a 0 before it changes into
generic/gimplified.