[Bug target/32437] [4.3 Regression] MIPS: FAIL in gcc.dg/cleanup-[8|9|10|11].c
daney at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Thu Jun 21 09:15:00 GMT 2007
------- 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
More information about the Gcc-bugs
mailing list