S/390: Remove -m64/-m31 from testcases.
authorAndreas Krebbel <Andreas.Krebbel@de.ibm.com>
Fri, 27 Feb 2015 10:16:55 +0000 (10:16 +0000)
committerAndreas Krebbel <krebbel@gcc.gnu.org>
Fri, 27 Feb 2015 10:16:55 +0000 (10:16 +0000)
gcc/testsuite/ChangeLog:
* gcc.target/s390/20140327-1.c: Remove -m31 and guard with ! lp64.
* gcc.target/s390/hotpatch-8.c: Likewise.
* gcc.target/s390/hotpatch-9.c: Likewise.
* gcc.target/s390/pr61078.c: Likewise.
* gcc.target/s390/pr57960.c: Remove -m64.
* gcc.target/s390/pr61078.c: Likewise.

From-SVN: r221049

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/s390/20140327-1.c
gcc/testsuite/gcc.target/s390/hotpatch-8.c
gcc/testsuite/gcc.target/s390/hotpatch-9.c
gcc/testsuite/gcc.target/s390/pr57559.c
gcc/testsuite/gcc.target/s390/pr57960.c
gcc/testsuite/gcc.target/s390/pr61078.c

index 3566d03436568cbfaace9a7630d8da573fff9bc9..ad86ce02e67b21440fc36a1e6817d6fb23b30452 100644 (file)
@@ -1,3 +1,12 @@
+2015-02-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
+
+       * gcc.target/s390/20140327-1.c: Remove -m31 and guard with ! lp64.
+       * gcc.target/s390/hotpatch-8.c: Likewise.
+       * gcc.target/s390/hotpatch-9.c: Likewise.
+       * gcc.target/s390/pr61078.c: Likewise.
+       * gcc.target/s390/pr57960.c: Remove -m64.
+       * gcc.target/s390/pr61078.c: Likewise.
+
 2015-02-26  Jan Hubicka  <hubicka@ucw.cz>
            Martin Liska  <mliska@suse.cz>
 
index f71c38f0909139aa517c36f7ce748ab18e388f11..25c7391377212e989cb8e9bd6f6582974fb8c1c5 100644 (file)
@@ -1,5 +1,5 @@
-/* { dg-do compile } */
-/* { dg-options "-O3 -m31 -mzarch" } */
+/* { dg-do compile { target { ! lp64 } } } */
+/* { dg-options "-O3 -mzarch" } */
 
 void
 foo ()
index 0874bbc5ce7fc7d0331caf1f4467ed84f80cc33d..25edd9b0ed224306ef41ce00a0a4f056aea17b9c 100644 (file)
@@ -1,7 +1,7 @@
 /* Functional tests for the function hotpatching feature.  */
 
-/* { dg-do compile } */
-/* { dg-options "-O3 -mesa -m31 -march=g5 -mhotpatch=0,3" } */
+/* { dg-do compile { target { ! lp64 } } } */
+/* { dg-options "-O3 -mesa -march=g5 -mhotpatch=0,3" } */
 
 #include <stdio.h>
 
index d6fb29ae274fa5b0bea6fee01dcb2f39a9891722..2143f9d42803ac9d13ddcd6860860121ac2518c2 100644 (file)
@@ -1,7 +1,7 @@
 /* Functional tests for the function hotpatching feature.  */
 
-/* { dg-do compile } */
-/* { dg-options "-O3 -mesa -m31 -march=g5 -mhotpatch=0,4" } */
+/* { dg-do compile { target { ! lp64 } } } */
+/* { dg-options "-O3 -mesa -march=g5 -mhotpatch=0,4" } */
 
 #include <stdio.h>
 
index 15c3878c4cfaa4154641f7d5ce612774db7238de..1c62f569f77f6206801c1c2e666bf16da9485515 100644 (file)
@@ -1,7 +1,7 @@
 /* PR rtl-optimization/57559  */
 
 /* { dg-do compile } */
-/* { dg-options "-march=z10 -m64 -mzarch  -O1" } */
+/* { dg-options "-march=z10 -mzarch  -O1" } */
 
 typedef int int32_t;
 typedef unsigned char uint8_t;
index ee751edc842344a3cdbdfeb9a54acbb247f26c5a..03578ff76795aaf94e4174f68750bc616e34439a 100644 (file)
@@ -1,7 +1,7 @@
 /* PR rtl-optimization/57960  */
 
 /* { dg-do compile } */
-/* { dg-options "-march=z10 -m64 -mzarch  -O1" } */
+/* { dg-options "-march=z10 -mzarch  -O1" } */
 
 typedef union
 {
index 2f95eba8e9e5ab54c9b44e08974018a62fb70d43..40f6ad7df098465d9e8db489d7a94e1741162b10 100644 (file)
@@ -1,8 +1,8 @@
 /* This testcase is extracted from s390_emit_prologue.  The negation
    of a 64bit value got split incorrectly on 31 bit.  */
 
-/* { dg-do run } */
-/* { dg-options "-O2 -mesa -m31" } */
+/* { dg-do run { target { ! lp64 } } } */
+/* { dg-options "-O2 -mesa" } */
 
 extern void abort (void);