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