* gcc.target/mips/save-restore-5.c: Add -mno-abicalls.
authorDaniel Jacobowitz <dan@codesourcery.com>
Thu, 12 Jul 2007 12:32:21 +0000 (12:32 +0000)
committerDaniel Jacobowitz <drow@gcc.gnu.org>
Thu, 12 Jul 2007 12:32:21 +0000 (12:32 +0000)
From-SVN: r126586

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/mips/save-restore-5.c

index a74a74f8ad969e783c5bdf0aaea0f9ffd24ef494..49e718eabaf177c56f96939ea19ccb8e658ff5f4 100644 (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
index 6c2f37c20fe6b052824b2014ab7e867269349212..f5f869d062158b2de8b24ec41b0d892d8a59701f 100644 (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);