[Bug rtl-optimization/47918] [4.6/4.7 Regression] noreturn discovery broke non local gotos on m68k and i386

ebotcazou at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Jul 8 11:22:00 GMT 2011


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?



More information about the Gcc-bugs mailing list