2015-03-12 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
Backport from mainline
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/pr57960.c: Remove -m64.
* gcc.target/s390/pr57559.c: Likewise.
From-SVN: r221384
+2015-03-12 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
+
+ Backport from mainline
+ 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/pr57960.c: Remove -m64.
+ * gcc.target/s390/pr57559.c: Likewise.
+
2015-03-11 Marek Polacek <polacek@redhat.com>
Backported from mainline
-/* { 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
{