aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/tls/opt-1.c
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>2005-12-10 13:23:19 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2005-12-10 13:23:19 +0000
commit6bca15bc3c8e027593c999f97e8e57ee69468596 (patch)
tree52dd20ca2f3888ab09fe2aaf1e8203064703a002 /gcc/testsuite/gcc.dg/tls/opt-1.c
parentd82f6b002687e8ed18af7af07c59cff129870af9 (diff)
downloadgcc-6bca15bc3c8e027593c999f97e8e57ee69468596.zip
gcc-6bca15bc3c8e027593c999f97e8e57ee69468596.tar.gz
gcc-6bca15bc3c8e027593c999f97e8e57ee69468596.tar.bz2
re PR testsuite/20772 (x86 tests should run on both i?86 and x86_64)
PR testsuite/20772 * g++.dg/abi/mangle24.C, g++.dg/abi/mangle25.C, g++.dg/ext/vector2.C, g++.dg/opt/longbranch2.C, g++.dg/opt/mmx1.C, g++.dg/opt/reg-stack4.C, gcc.dg/20020108-1.c, gcc.dg/20020122-2.c, gcc.dg/20020122-3.c, gcc.dg/20020206-1.c, gcc.dg/20020310-1.c, gcc.dg/20020411-1.c, gcc.dg/20020418-2.c, gcc.dg/20020426-2.c, gcc.dg/20020517-1.c, gcc.dg/20030204-1.c, gcc.dg/20030826-2.c, gcc.dg/20031202-1.c, gcc.dg/format/unnamed-1.c, gcc.dg/setjmp-2.c, gcc.dg/short-compare-1.c, gcc.dg/short-compare-2.c, gcc.dg/tls/opt-1.c, gcc.dg/tls/opt-2.c, gcc.dg/torture/fp-int-convert-float128-timode.c, gcc.dg/torture/fp-int-convert-float128.c, gcc.dg/torture/fp-int-convert-float80-timode.c, gcc.dg/torture/fp-int-convert-float80.c, gcc.dg/unroll-1.c, gcc.target/i386/20030926-1.c: Merge i?86 and x86_64 cases. * gcc.dg/tls/opt-1.c: Require effective target fpic. From-SVN: r108348
Diffstat (limited to 'gcc/testsuite/gcc.dg/tls/opt-1.c')
-rw-r--r--gcc/testsuite/gcc.dg/tls/opt-1.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/testsuite/gcc.dg/tls/opt-1.c b/gcc/testsuite/gcc.dg/tls/opt-1.c
index 5bada6e..f9399e0 100644
--- a/gcc/testsuite/gcc.dg/tls/opt-1.c
+++ b/gcc/testsuite/gcc.dg/tls/opt-1.c
@@ -1,8 +1,8 @@
/* { dg-do compile } */
/* { dg-options "-O2 -fPIC" } */
-/* { dg-options "-O2 -fPIC -mtune=i686" { target { i?86-*-* && ilp32 } } } */
-/* { dg-options "-O2 -fPIC -mtune=i686" { target { x86_64-*-* && ilp32 } } } */
+/* { dg-options "-O2 -fPIC -mtune=i686" { target { { i?86-*-* x86_64-*-* } && ilp32 } } } */
/* { dg-require-effective-target tls } */
+/* { dg-require-effective-target fpic } */
extern __thread int thr;