gcc/testsuite/
* gcc.target/s390/hotpatch-8.c: Remove -m31 and guard with ! lp64.
* gcc.target/s390/hotpatch-9.c: Likewise.
From-SVN: r221382
+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
/* 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>
/* 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>