http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49878
Richard Henderson <rth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |ASSIGNED Last reconfirmed| |2011.08.01 23:22:47 AssignedTo|unassigned at gcc dot |rth at gcc dot gnu.org |gnu.org | Ever Confirmed|0 |1 --- Comment #3 from Richard Henderson <rth at gcc dot gnu.org> 2011-08-01 23:22:47 UTC --- Nevermind, I got it -- -fomit-frame-pointer. The problem is that H8 allows eliminable registers in push insns. This leads to elimination failures. C.f. the i386 register_no_elim_operand predicate, which is the solution to things like this.