[Bug target/19584] [4.0 Regression] ICE: insn does not satisfy its constraints

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Sun Jan 23 16:15:00 GMT 2005


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-01-23 16:15 -------
Confirmed, fully reduced testcase:
double __fma(void)
{
  double t,t1;
  {union {double d; unsigned long long i;} _bitsy; _bitsy.i = 0x2010000000000000LL; t1 = _bitsy.d;};
  {union {double d; unsigned long long i;} _bitsy; _bitsy.i = 0x2010000000000000LL; t = _bitsy.d;};
  return t1*t;
}


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-01-23 16:15:16
               date|                            |
            Summary|ICE: insn does not satisfy  |[4.0 Regression] ICE: insn
                   |its constraints             |does not satisfy its
                   |                            |constraints
   Target Milestone|---                         |4.0.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19584



More information about the Gcc-bugs mailing list