mirror of
https://github.com/gcc-mirror/gcc.git
synced 2024-11-21 13:40:47 +00:00
* gcc.target/mips/save-restore-5.c: Add -mno-abicalls.
From-SVN: r126586
This commit is contained in:
parent
e95b59d2ab
commit
517898166d
@ -1,3 +1,7 @@
|
||||
2007-07-12 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* gcc.target/mips/save-restore-5.c: Add -mno-abicalls.
|
||||
|
||||
2007-07-12 Dorit Nuzman <dorit@il.ibm.com>
|
||||
|
||||
* gcc.dg/vect/costmodel/ppc/costmodel-vect-reduc-1char.c: Loops now
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Check that we don't try to save the same register twice. */
|
||||
/* { dg-mips-options "-mips32r2 -mgp32 -mips16 -O2" } */
|
||||
/* { dg-mips-options "-mips32r2 -mgp32 -mips16 -mno-abicalls -O2" } */
|
||||
/* { dg-do assemble } */
|
||||
|
||||
int bar (int, int, int, int);
|
||||
|
Loading…
Reference in New Issue
Block a user