[Bug target/16009] [3.5 Regression] ICE in move_for_stack_reg, at reg-stack.c:1120
belyshev at lubercy dot com
gcc-bugzilla@gcc.gnu.org
Wed Jun 16 06:03:00 GMT 2004
------- Additional Comments From belyshev at lubercy dot com 2004-06-16 06:03 -------
c testcase, use '-O2 -march=i386':
------------------------------------------------------------------------------
float sj0 (float x)
{
float T;
if (x < 0.0)
foo ();
else if (x < 0.1)
T = 1.0;
else
T = __builtin_sinf (x) / x;
return T;
}
------------------------------------------------------------------------------
Confirmed.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
GCC build triplet|i386-unknown-freebsd5.2 |
GCC host triplet|i386-unknown-freebsd5.2 |
GCC target triplet|i386-unknown-freebsd5.2 |i386-*-*
Priority|P3 |P2
Last reconfirmed|0000-00-00 00:00:00 |2004-06-16 06:03:35
date| |
Summary|ICE in move_for_stack_reg, |[3.5 Regression] ICE in
|at reg-stack.c:1120 |move_for_stack_reg, at reg-
| |stack.c:1120
Target Milestone|--- |3.5.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16009
More information about the Gcc-bugs
mailing list