]> gcc.gnu.org Git - gcc.git/commitdiff
re PR testsuite/20772 (x86 tests should run on both i?86 and x86_64)
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Sat, 10 Dec 2005 00:01:25 +0000 (00:01 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Sat, 10 Dec 2005 00:01:25 +0000 (00:01 +0000)
PR testsuite/20772
* g++.old-deja/g++.pt/asm1.C, gcc.c-torture/compile/20000804-1.c,
gcc.target/i386/asm-3.c, gcc.target/i386/clobbers.c: Use ilp32 in
dg-skip-if target selector.

From-SVN: r108326

gcc/testsuite/ChangeLog
gcc/testsuite/g++.old-deja/g++.pt/asm1.C
gcc/testsuite/gcc.c-torture/compile/20000804-1.c
gcc/testsuite/gcc.target/i386/asm-3.c
gcc/testsuite/gcc.target/i386/clobbers.c

index c0944be98663ed3e372e96e8855edf990e0d2a53..8e33451994aeddf5979b3af602e3491296e51cca 100644 (file)
@@ -1,5 +1,10 @@
 2005-12-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
+       PR testsuite/20772
+       * g++.old-deja/g++.pt/asm1.C, gcc.c-torture/compile/20000804-1.c,
+       gcc.target/i386/asm-3.c, gcc.target/i386/clobbers.c: Use ilp32 in
+       dg-skip-if target selector.
+
        PR testsuite/20772
        * g++.dg/eh/simd-1.C, g++.dg/eh/simd-2.C, g++.dg/opt/inline9.C,
        gcc.dg/20020418-1.c, gcc.dg/20031102-1.c, gcc.dg/ia64-sync-1.c,
index 62787de9be18ac6c5d3ff94fd564218d8031884e..8de6b767932c06a7a6131561cde51941eeb2dc2f 100644 (file)
@@ -1,6 +1,6 @@
 // { dg-do assemble { target i?86-*-linux* x86_64-*-linux* } }
 // We'd use ebx with -fpic/-fPIC, so skip.
-// { dg-skip-if "" { i?86-*-* } { "-fpic" "-fPIC" } { "" } }
+// { dg-skip-if "" { ilp32 } { "-fpic" "-fPIC" } { "" } }
 // Origin: "Weidmann, Nicholas" <nicholas.weidmann@swx.ch>
 
 template<int i> int foo(int v)
index 6942ae7c9ec716d175701bbaae72016ef9545a40..1825cba14dae2432f22ba81a58102ba912500986 100644 (file)
@@ -1,7 +1,7 @@
 /* This does not work on m68hc11 or h8300 due to the use of an asm
    statement to force a 'long long' (64-bits) to go in a register.  */
 /* { dg-do assemble { xfail m6811-*-* m6812-*-* h8300-*-* } } */
-/* { dg-skip-if "" { i?86-*-* } { "-fpic" "-fPIC" } { "" } } */
+/* { dg-skip-if "" { { i?86-*-* x86_64-*-* } && ilp32 } { "-fpic" "-fPIC" } { "" } } */
 
 /* Copyright (C) 2000, 2003 Free Software Foundation */
 __complex__ long long f ()
index e85d1c1ebddd012fdaf45c54e0aac966306b8602..43cec25ed2b2f668c8ee2cdcf328ef3d09ea46f9 100644 (file)
@@ -1,7 +1,7 @@
 /* PR inline-asm/6806 */
 /* { dg-do run { target i?86-*-* x86_64-*-* } } */
 /* { dg-options "-O2" } */
-/* { dg-skip-if "" { i?86-*-* } { "-fpic" "-fPIC" } { "" } } */
+/* { dg-skip-if "" { ilp32 } { "-fpic" "-fPIC" } { "" } } */
 
 extern void abort (void);
 
index 91179a9d1cadaa27eb87842f5e527f7bd5672597..be48ed7e277ff7ca4ea1463d91a8b557ee2144f3 100644 (file)
@@ -1,7 +1,7 @@
 /* Test asm clobbers on x86. */
 
 /* { dg-do run { target i?86-*-* x86_64-*-* } } */
-/* { dg-skip-if "" { i?86-*-* } { "-fpic" "-fPIC" } { "" } } */
+/* { dg-skip-if "" { ilp32 } { "-fpic" "-fPIC" } { "" } } */
 
 extern void abort (void);
 
This page took 0.101709 seconds and 5 git commands to generate.