This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/16298] [3.4/3.5 regression] ICE in output_operand
- From: "reichelt at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 13 Jul 2004 21:44:40 -0000
- Subject: [Bug target/16298] [3.4/3.5 regression] ICE in output_operand
- References: <20040630153802.16298.taillefu@mpi-halle.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From reichelt at gcc dot gnu dot org 2004-07-13 21:44 -------
Even more compact testcase:
========================================
char c;
int foo()
{
return 1 - (1 & (int)(&c-1));
}
========================================
--
What |Removed |Added
----------------------------------------------------------------------------
CC| |reichelt at gcc dot gnu dot
| |org
Keywords| |monitored
Known to fail| |3.4.0 3.4.1 3.5.0
Known to work| |3.3.4
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16298