This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/15297] arm ICE on conditional elimination
- From: "dhazeghi at yahoo dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 12 May 2004 22:57:34 -0000
- Subject: [Bug target/15297] arm ICE on conditional elimination
- References: <20040505164911.15297.Michael.Link@adc.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From dhazeghi at yahoo dot com 2004-05-12 22:57 -------
Confirmed with current tree-ssa. Probably a regression. Testcase:
double foo(double x)
{
return (__builtin_isgreater(x,2) || __isnan(x));
}
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Last reconfirmed|0000-00-00 00:00:00 |2004-05-12 22:57:33
date| |
Summary|internal compiler error when|arm ICE on conditional
|crosscompiling for arm |elimination
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15297