------- Comment #13 from jv244 at cam dot ac dot uk 2009-02-11 19:25 ------- (In reply to comment #12) > /* For -O2 and beyond, turn off -fschedule-insns by default. It tends to > make the problem with not enough registers even worse. */ > > As risky as this may be (for performance, not correctness), what about > changing > "if (level > 1)" to "if (level == 2)"? And what about enabling it on x86-64?
But even on x86-64 this seems to lead to ICEs (see PR38403). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38306