]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR target/46610 (gcc.target/mips/save-restore-?.c ICEs on IRIX 6.5: unrecognizable...
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Thu, 10 Feb 2011 17:27:25 +0000 (17:27 +0000)
committerRainer Orth <ro@gcc.gnu.org>
Thu, 10 Feb 2011 17:27:25 +0000 (17:27 +0000)
PR target/46610
* gcc.target/mips/save-restore-1.c: Skip on mips-sgi-irix6*.
* gcc.target/mips/save-restore-3.c: Likewise.
* gcc.target/mips/save-restore-4.c: Likewise.
* gcc.target/mips/save-restore-5.c: Likewise.

From-SVN: r170014

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

index ee944f198edf875c0b19344f433505898a12c586..74df6e34bbff23c0c0c92be7de14a9cd4e714d9f 100644 (file)
@@ -1,3 +1,11 @@
+2011-02-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       PR target/46610
+       * gcc.target/mips/save-restore-1.c: Skip on mips-sgi-irix6*.
+       * gcc.target/mips/save-restore-3.c: Likewise.
+       * gcc.target/mips/save-restore-4.c: Likewise.
+       * gcc.target/mips/save-restore-5.c: Likewise.
+
 2011-02-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
 
        Backport from mainline:
index f6a854ee9f3b18f5742c77af76a7f1e6ce8b1166..ad92e5d75de6c30fcaa208f35a2d45fead816318 100644 (file)
@@ -1,5 +1,6 @@
 /* Check that we can use the save instruction to save varargs.  */
 /* { dg-options "(-mips16) isa_rev>=1 -mabi=32 -O2" } */
+/* { dg-skip-if "PR target/46610" { mips-sgi-irix6* } } */
 
 #include <stdarg.h>
 
index d45fe50ea6bd75bd5b6a21bd0a6ca75323346911..191362a284d5e00b46ea8d1c64554325eb6e7f2b 100644 (file)
@@ -1,6 +1,7 @@
 /* Check that we can use the save instruction to save spilled arguments
    when the argument save area is out of range of a direct load or store.  */
 /* { dg-options "(-mips16) isa_rev>=1 -mabi=32 -O2" } */
+/* { dg-skip-if "PR target/46610" { mips-sgi-irix6* } } */
 
 void bar (int *);
 
index ef7722bce0948793bdeb7239434fdb426906b674..5bc5bcc3d502be18b8d0281035ccc480042257b9 100644 (file)
@@ -1,5 +1,6 @@
 /* Check that we can use the save instruction to save $16, $17 and $31.  */
 /* { dg-options "(-mips16) isa_rev>=1 -mabi=32 -O2" } */
+/* { dg-skip-if "PR target/46610" { mips-sgi-irix6* } } */
 
 void bar (void);
 
index 0dd823a68138040b04be0a1b47af765d4e9c334a..52524b3b4f2556f2501b5c846d2888a19721a842 100644 (file)
@@ -1,5 +1,6 @@
 /* Check that we don't try to save the same register twice.  */
 /* { dg-options "(-mips16) isa_rev>=1 -mgp32 -O2" } */
+/* { dg-skip-if "PR target/46610" { mips-sgi-irix6* } } */
 
 int bar (int, int, int, int);
 void frob (void);