This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/18932] [3.4 regression] -march=pentium4 -O2 causes ICE
- From: "belyshev at lubercy dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 10 Dec 2004 21:06:02 -0000
- Subject: [Bug target/18932] [3.4 regression] -march=pentium4 -O2 causes ICE
- References: <20041210202120.18932.hjl@lucon.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From belyshev at lubercy dot com 2004-12-10 21:06 -------
// small testcase:
int bar (int p, char c)
{
foo (p, c);
if (c & 0xF0)
return p;
}
--
What |Removed |Added
----------------------------------------------------------------------------
GCC build triplet|i686-pc-linux-gnu |
GCC host triplet|i686-pc-linux-gnu |
Known to fail| |3.4.4
Known to work| |3.4.3
Last reconfirmed|0000-00-00 00:00:00 |2004-12-10 21:06:02
date| |
Target Milestone|--- |3.4.4
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18932