This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/19584] [4.0 Regression] ICE: insn does not satisfy its constraints
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Jan 2005 16:15:17 -0000
- Subject: [Bug target/19584] [4.0 Regression] ICE: insn does not satisfy its constraints
- References: <20050123092734.19584.aj@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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