This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/16009] [3.5 Regression] ICE in move_for_stack_reg, at reg-stack.c:1120
- From: "belyshev at lubercy dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 16 Jun 2004 06:03:38 -0000
- Subject: [Bug target/16009] [3.5 Regression] ICE in move_for_stack_reg, at reg-stack.c:1120
- References: <20040615190245.16009.kargl@troutmask.apl.washington.edu>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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