* gcc.target/mips/save-restore-5.c: Add -mno-abicalls.

From-SVN: r126586
This commit is contained in:
Daniel Jacobowitz 2007-07-12 12:32:21 +00:00 committed by Daniel Jacobowitz
parent e95b59d2ab
commit 517898166d
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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);