]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
pr66232-10.c: Do not compile on ia32 target.
authorUros Bizjak <ubizjak@gmail.com>
Mon, 11 Jan 2016 16:31:55 +0000 (17:31 +0100)
committerUros Bizjak <uros@gcc.gnu.org>
Mon, 11 Jan 2016 16:31:55 +0000 (17:31 +0100)
* 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.

From-SVN: r232231

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 414c17411fc8e934e73f606d5db9521b3a2f50a7..8c05bf8f6afac3234178e0e364778eeea60d17aa 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 c4e9157ac13c3b00019b07da06f7e1701fe4139b..d5e3d5fd163a74cbee31eb8a1fcb025bbd3e551c 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 05794af83ece407253fc762fadd8f98aea39258e..57446ac7b6ad75d204f0c6c5031d974fb63f04fb 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 313b9e4d8946c6414dc9d6cb924c5150f54904d8..69af4e8661973d2b003e2a82c0521212cfb863c3 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 50a12cf91fdf50d58c74c7587d35aa9617be6ab5..6aa29356ec80d9b85bf7691b1db3939f3b96a033 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" } */