20010129-1.c: Compile with -mtune=i686 for ia32 targets only.
authorUros Bizjak <ubizjak@gmail.com>
Mon, 3 Nov 2014 08:30:21 +0000 (09:30 +0100)
committerUros Bizjak <uros@gcc.gnu.org>
Mon, 3 Nov 2014 08:30:21 +0000 (09:30 +0100)
* gcc.c-torture/execute/20010129-1.c: Compile with -mtune=i686
for ia32 targets only.
* g++.dg/ext/attrib42.C: Compile for ia32 targets only.
* g++.dg/tree-ssa/pr29902.C: Ditto.
* g++.dg/cpp0x/gen-attrs-42.C: Ditto.

From-SVN: r217030

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/cpp0x/gen-attrs-42.C
gcc/testsuite/g++.dg/ext/attrib42.C
gcc/testsuite/g++.dg/tree-ssa/pr29902.C
gcc/testsuite/gcc.c-torture/execute/20010129-1.c

index 1bf0c07c8d180f867b8da2146f2367e498645774..62a1c887c469c7a14ed6635c1851ee210c92c150 100644 (file)
@@ -1,3 +1,11 @@
+2014-11-03  Uros Bizjak  <ubizjak@gmail.com>
+
+       * gcc.c-torture/execute/20010129-1.c: Compile with -mtune=i686
+       for ia32 targets only.
+       * g++.dg/ext/attrib42.C: Compile for ia32 targets only.
+       * g++.dg/tree-ssa/pr29902.C: Ditto.
+       * g++.dg/cpp0x/gen-attrs-42.C: Ditto.
+
 2014-11-03  Zhenqiang Chen  <zhenqiang.chen@arm.com>
 
        * gcc.target/arm/ifcvt-size-check.c: New test.
index 81b923962909bddb1858e3286b1d10ecfc3f5367..9fcd5560ca239a2609c08baacde8a9eb465360d2 100644 (file)
@@ -1,5 +1,5 @@
 // { dg-options "-pedantic" }
-// { dg-do compile { target { { i?86-*-* x86_64-*-* } && ilp32 } } }
+// { dg-do compile { target { { i?86-*-* x86_64-*-* } && ia32 } } }
 // { dg-require-effective-target c++11 }
 
 struct A {
index 03017c772c7cd75d8979b4dba6abf2e60e0d0d00..307a5d6b51f7e00535c5434658b52816a5741bf7 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-do compile { target { { i?86-*-* x86_64-*-* } && ilp32 } } }
+// { dg-do compile { target { { i?86-*-* x86_64-*-* } && ia32 } } }
 
 struct A {
   __attribute__((fastcall))
index 98c98fe41959bec0f624fbc1bcad35f5876d6893..996a3b9b53d9e31519bf663823e594057912918b 100644 (file)
@@ -1,6 +1,5 @@
-/* { dg-do compile { target i?86-*-* x86_64-*-* } } */
+/* { dg-do compile { target { { i?86-*-* x86_64-*-* } && ia32 } } } */
 /* { dg-options "-O1 -fprefetch-loop-arrays -march=athlon" } */
-/* { dg-require-effective-target ilp32 } */
 
 int length1();
 int g(int);
index 519ed1f4d3260decbeba360f2de91b4651f6c06c..ac83efe579df7a09dfd1d268bde10c3c32b36ad4 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-options "-mtune=i686" { target { { i?86-*-* x86_64-*-* } && ilp32 } } } */
+/* { dg-options "-mtune=i686" { target { { i?86-*-* x86_64-*-* } && ia32 } } } */
 
 extern void abort (void);
 extern void exit (int);