[Bug target/18910] [4.0 Regression] ice with -O2 / works fine with -O0.
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Thu Dec 9 20:36:00 GMT 2004
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-09 20:36 -------
Here is another reduced testcase which shows it is an earlier regression than what the dates are:
static __thread void *foo [2];
test1 ()
{
void * * ivtmp12;
ivtmp12 = &foo[0];
L0:;
*ivtmp12 = ivtmp12;
ivtmp12++;
if (&foo[2] != ivtmp12) goto L0;
}
: Search converges between 2004-10-17-014001-trunk (#594) and 2004-10-17-161001-trunk
(#595).
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18910
More information about the Gcc-bugs
mailing list