[Bug rtl-optimization/16001] [3.5 Regression] unable to find a register to spill in class `AREG' (-O2 -funroll-loops)
reichelt at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Thu Jul 1 08:33:00 GMT 2004
------- Additional Comments From reichelt at gcc dot gnu dot org 2004-07-01 08:33 -------
I still (20040701) get an ICE on mainline with Serge's testcase as well
as with the following one (just compile with "gcc -O2 -funroll-loops"):
============================
int foo();
int bar(int i)
{
int j = foo();
i /= 3;
while (j) ++j;
return i;
}
============================
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16001
More information about the Gcc-bugs
mailing list