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/37659] unable to find a register to spill in class ‘AREG’



------- Comment #2 from edwintorok at gmail dot com  2008-09-27 16:40 -------
Reduced testcase:

/* gcc -fschedule-insns */
int foo(int a, int b) {
        return bar(foobar(b) / foobar(a));
}


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37659


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