diff options
| -rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/testsuite/gcc.target/mips/save-restore-5.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index a74a74f..49e718e 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -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 diff --git a/gcc/testsuite/gcc.target/mips/save-restore-5.c b/gcc/testsuite/gcc.target/mips/save-restore-5.c index 6c2f37c..f5f869d 100644 --- a/gcc/testsuite/gcc.target/mips/save-restore-5.c +++ b/gcc/testsuite/gcc.target/mips/save-restore-5.c @@ -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); |
