http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52650
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |WAITING
CC| |jakub at gcc dot gnu.org
--- Comment #11 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-11-13
09:01:37 UTC ---
So, which exact testcase still fails on which target with what options?
Tried gcc.dg/torture/20090618-1.c with -O1 -m32 with sparc-linux cross and
can't reproduce - foo contains
add %sp, -96, %sp
mov 1, %o0
jmp %o7+8
add %sp, 96, %sp
which is correct.