]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
delay-slot-1.c: Restrict -mabi=64 to 64 bit processors.
authorSteve Ellcey <sellcey@mips.com>
Thu, 9 Jan 2014 21:00:42 +0000 (21:00 +0000)
committerSteve Ellcey <sje@gcc.gnu.org>
Thu, 9 Jan 2014 21:00:42 +0000 (21:00 +0000)
2014-01-09  Steve Ellcey  <sellcey@mips.com>

* gcc.dg/delay-slot-1.c: Restrict -mabi=64 to 64 bit processors.

From-SVN: r206495

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/delay-slot-1.c

index 0957d841140971311446c3d6252c97ac0dc477b4..3379e902d48d11d42c042561a62a4af13b7cfee0 100644 (file)
@@ -1,3 +1,7 @@
+2014-01-09  Steve Ellcey  <sellcey@mips.com>
+
+       * gcc.dg/delay-slot-1.c: Restrict -mabi=64 to 64 bit processors.
+
 2014-01-09  Jakub Jelinek  <jakub@redhat.com>
 
        PR middle-end/47735
index f3bcd8ec7564156c7519bd73059042edde706ddc..bfc0273e4ff5e956894c480d4d8073541883caec 100644 (file)
@@ -1,6 +1,6 @@
 /* { dg-do compile } */
 /* { dg-options "-O2" } */
-/* { dg-options "-O2 -mabi=64" { target mips-*-linux-* } } */
+/* { dg-options "-O2 -mabi=64" { target { mips*-*-linux* && mips64 } } } */
 
 struct offset_v1 {
     int k_uniqueness;