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
+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>
-/* { dg-do compile } */
-/* { dg-options "-O3 -m31 -mzarch" } */
+/* { dg-do compile { target { ! lp64 } } } */
+/* { dg-options "-O3 -mzarch" } */
void
foo ()
/* 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>
/* 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;
/* PR rtl-optimization/57960 */
/* { dg-do compile } */
-/* { dg-options "-march=z10 -m64 -mzarch -O1" } */
+/* { dg-options "-march=z10 -mzarch -O1" } */
typedef union
{
/* 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);