------- Comment #1 from daney at gcc dot gnu dot org  2007-06-21 09:15 -------
Created an attachment (id=13754)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13754&action=view)
Proposed patch.

This is a problem with __builtin_eh_return().

At -O0 the new return address is being stored in the $ra save slot on the
stack.  At -O1 it is not.

The patch allows cleanup-9.c to succeed.  I will refomat the code to fit in  80
columns and bootstrap it.


-- 

daney at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |daney at gcc dot gnu dot org
                   |dot org                     |
             Status|UNCONFIRMED                 |ASSIGNED


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

Reply via email to