This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/16009] [3.5 Regression] ICE in move_for_stack_reg, at reg-stack.c:1120


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]