This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/12113] [tree-ssa] wrong result for comparison
- From: "eyal at eyal dot emu dot id dot au" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 3 Sep 2003 22:17:46 -0000
- Subject: [Bug middle-end/12113] [tree-ssa] 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
------- Additional Comments From eyal at eyal dot emu dot id dot au 2003-09-03 22:17 -------
The expression
(char)(q[24] & 0x0ff)
is the minimum that triggers the problem. The original problem used a non
constant string.