This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug rtl-optimization/16001] [3.5 Regression] unable to find a register to spill in class `AREG' (-O2 -funroll-loops)


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]