http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47918
Eric Botcazou <ebotcazou at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Last reconfirmed| |2011.07.08 11:21:08 CC| |ebotcazou at gcc dot | |gnu.org Ever Confirmed|0 |1 --- Comment #8 from Eric Botcazou <ebotcazou at gcc dot gnu.org> 2011-07-08 11:21:08 UTC --- This looks like a missing stack adjustment. do_pending_stack_adjust needs to be called before any potential control flow change. Maybe such a call is missing?