* gcc.target/i386/pr66232-10.c: Do not compile on ia32 target.
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 11 Jan 2016 16:31:55 +0000 (16:31 +0000)
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 11 Jan 2016 16:31:55 +0000 (16:31 +0000)
* gcc.target/i386/pr66232-11.c: Ditto.
* gcc.target/i386/pr66232-12.c: Ditto.
* gcc.target/i386/pr66232-13.c: Ditto.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@232231 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/pr66232-10.c
gcc/testsuite/gcc.target/i386/pr66232-11.c
gcc/testsuite/gcc.target/i386/pr66232-12.c
gcc/testsuite/gcc.target/i386/pr66232-13.c

index 414c174..8c05bf8 100644 (file)
@@ -1,3 +1,10 @@
+2016-01-11  Uros Bizjak  <ubizjak@gmail.com>
+
+       * gcc.target/i386/pr66232-10.c: Do not compile on ia32 target.
+       * gcc.target/i386/pr66232-11.c: Ditto.
+       * gcc.target/i386/pr66232-12.c: Ditto.
+       * gcc.target/i386/pr66232-13.c: Ditto.
+
 2016-01-11  Richard Biener  <rguenther@suse.de>
 
        PR tree-optimization/69173
index c4e9157..d5e3d5f 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do compile { target *-*-linux* } } */
+/* { dg-do compile { target { *-*-linux* && { ! ia32 } } } } */
 /* { dg-require-effective-target maybe_x32 } */
 /* { dg-options "-O2 -mx32 -fpic -fno-plt -maddress-mode=long" } */
 
index 05794af..57446ac 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do compile { target *-*-linux* } } */
+/* { dg-do compile { target { *-*-linux* && { ! ia32 } } } } */
 /* { dg-require-effective-target maybe_x32 } */
 /* { dg-options "-O2 -mx32 -fpic -fno-plt -maddress-mode=long" } */
 
index 313b9e4..69af4e8 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do compile { target *-*-linux* } } */
+/* { dg-do compile { target { *-*-linux* && { ! ia32 } } } } */
 /* { dg-require-effective-target maybe_x32 } */
 /* { dg-options "-O2 -mx32 -fpic -fno-plt -maddress-mode=long" } */
 
index 50a12cf..6aa2935 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do compile { target *-*-linux* } } */
+/* { dg-do compile { target { *-*-linux* && { ! ia32 } } } } */
 /* { dg-require-effective-target maybe_x32 } */
 /* { dg-options "-O2 -mx32 -fpic -fno-plt -maddress-mode=long" } */