]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
i386-1.C, [...]: Also test on x86_64.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Thu, 8 Dec 2005 01:26:45 +0000 (01:26 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Thu, 8 Dec 2005 01:26:45 +0000 (01:26 +0000)
2005-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>

* g++.dg/other/i386-1.C, gcc.c-torture/execute/990413-2.x,
gcc.dg/torture/pr18582-1.c,
gcc.target/i386/attributes-error.c: Also test on x86_64.

* gcc.dg/pr18928-1.c: Test on all targets supporting pic.

From-SVN: r108209

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/other/i386-1.C
gcc/testsuite/gcc.c-torture/execute/990413-2.x
gcc/testsuite/gcc.dg/pr18928-1.c
gcc/testsuite/gcc.dg/torture/pr18582-1.c
gcc/testsuite/gcc.target/i386/attributes-error.c

index 2ba95edd529a4c460afea27006e8283556474bfd..8d9986ec6e7682f45bab6b4df71faad1a0d98cad 100644 (file)
@@ -1,3 +1,11 @@
+2005-12-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * g++.dg/other/i386-1.C, gcc.c-torture/execute/990413-2.x,
+       gcc.dg/torture/pr18582-1.c,
+       gcc.target/i386/attributes-error.c: Also test on x86_64.
+
+       * gcc.dg/pr18928-1.c: Test on all targets supporting pic.
+
 2005-12-07  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
 
        PR c++/19397
index 5dc781fbe3e0fd1551b3f469279556008dfd359f..8f03a33f2087141e82e8e40af93f6115fc446f05 100644 (file)
@@ -1,5 +1,6 @@
-/* { dg-do run { target i?86-*-* } } */
+/* { dg-do run { target i?86-*-* x86_64-*-* } } */
 /* { dg-options "-march=pentium4" } */
+/* { dg-require-effective-target ilp32 } */
 
 #include <xmmintrin.h>
 #include <stdio.h>
index 039cecea4aa7e89751bd39e1860d8b70963e9120..58be1c0e097206e8b2cf49e867d8759f0ed01836 100644 (file)
@@ -1,3 +1,3 @@
 # This test is x86 specific.
-if { ! [istarget "i?86-*-*"] } { return 1 }
-return 0
+if { [istarget "i?86-*-*"] || [istarget "x86_64-*-*"] } { return 0 }
+return 1
index 3a0107deefa4354b970008ed9d06722139acdb01..406b2fcabbd21a997e21fa593b45c65c7df47486 100644 (file)
@@ -1,5 +1,5 @@
 /* PR rtl-optimization/18928 */
-/* { dg-do compile { target i?86-*-linux* } } */
+/* { dg-do compile { target fpic } } */
 /* { dg-options "-O2 -fPIC" } */
 
 const char *toHex( unsigned short u )
index d222dabd4154138c6e32a22455f646634ea34d88..6195939053eafc0d3f912afe0a24a3e1c528c131 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do compile { target i?86-*-* } } */
+/* { dg-do compile { target i?86-*-* x86_64-*-* } } */
 /* { dg-options "-msse3" } */
 typedef char v16qi __attribute__((vector_size (16)));
 typedef float v4sf __attribute__((vector_size (16)));
index 05c21299ac58c6987c17bdb1cbdc1eda1f1bb337..7dc2d95f108271b5ca68524c8aecd9e99d36d1e6 100644 (file)
@@ -1,4 +1,5 @@
-/* { dg-do compile { target i?86-*-* } } */
+/* { dg-do compile { target i?86-*-* x86_64-*-* } } */
+/* { dg-require-effective-target ilp32 } */
 
 void foo1(int i, int j) __attribute__((fastcall, cdecl)); /* { dg-error "not compatible" } */
 void foo2(int i, int j) __attribute__((fastcall, stdcall)); /* { dg-error "not compatible" } */