optimization/8994: [3.2/3.3 regression] ICE with -O -march=pentium4
Volker Reichelt
reichelt@igpm.rwth-aachen.de
Wed Dec 18 13:16:00 GMT 2002
The following reply was made to PR optimization/8994; it has been noted by GNATS.
From: Volker Reichelt <reichelt@igpm.rwth-aachen.de>
To: gcc-gnats@gcc.gnu.org, towa8667@student.uu.se, gcc-bugs@gcc.gnu.org,
nobody@gcc.gnu.org
Cc:
Subject: Re: optimization/8994: [3.2/3.3 regression] ICE with -O -march=pentium4
Date: Wed, 18 Dec 2002 23:06:09 +0100
Hi,
here's a cleaned-up testcase that just ICEs - no warning:
------------------------------snip here-------------------------------
void foo (double d)
{
union { double d; int i; } u;
while (1)
{
u.d = d;
if (u.i & 1) return;
}
}
------------------------------snip here-------------------------------
BTW, if you add a semicolon after "ret:" in the original testcase, the
warning also vanishes.
Regards,
Volker
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8994
More information about the Gcc-prs
mailing list