]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
S/390: Fix hotpatch testcases.
authorAndreas Krebbel <Andreas.Krebbel@de.ibm.com>
Thu, 12 Mar 2015 11:23:33 +0000 (11:23 +0000)
committerAndreas Krebbel <krebbel@gcc.gnu.org>
Thu, 12 Mar 2015 11:23:33 +0000 (11:23 +0000)
gcc/testsuite/
* gcc.target/s390/hotpatch-8.c: Remove -m31 and guard with ! lp64.
* gcc.target/s390/hotpatch-9.c: Likewise.

From-SVN: r221382

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/s390/hotpatch-8.c
gcc/testsuite/gcc.target/s390/hotpatch-9.c

index 3869e12f45fb4417d8a7cfce5f69e3842fd529e2..f017899a97179d59ecec51584e1b0903f567cf9e 100644 (file)
@@ -1,3 +1,8 @@
+2015-03-12  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
+
+       * gcc.target/s390/hotpatch-8.c: Remove -m31 and guard with ! lp64.
+       * gcc.target/s390/hotpatch-9.c: Likewise.
+
 2015-03-10  Oleg Endo  <olegendo@gcc.gnu.org>
 
        PR target/53988
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>