aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@gcc.gnu.org>2006-01-18 12:05:00 +0100
committerAndreas Jaeger <aj@gcc.gnu.org>2006-01-18 12:05:00 +0100
commit17dcd421bbdc9d230878b3de8d2c5a3204d22f2c (patch)
treeeb4a30373e0c0504b1b413947c96d37929db6f01 /gcc
parent71aa1a70296b6fcd35e4c4ac66dff26acd274590 (diff)
downloadgcc-17dcd421bbdc9d230878b3de8d2c5a3204d22f2c.zip
gcc-17dcd421bbdc9d230878b3de8d2c5a3204d22f2c.tar.gz
gcc-17dcd421bbdc9d230878b3de8d2c5a3204d22f2c.tar.bz2
Missing part from:
2006-01-17 Andreas Jaeger <aj@suse.de> Janis Johnson <janis187@us.ibm.com> * g++.dg/abi/mangle25.C: Run always on ia64 but only on x86/x86-64 in 64-bit. * gcc.dg/torture/fp-int-convert-float128-timode.c: Likewise. * gcc.dg/torture/fp-int-convert-float128.c: Likewise. From-SVN: r109881
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/gcc.dg/torture/fp-int-convert-float128-timode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/torture/fp-int-convert-float128-timode.c b/gcc/testsuite/gcc.dg/torture/fp-int-convert-float128-timode.c
index 100c714..7d090e1 100644
--- a/gcc/testsuite/gcc.dg/torture/fp-int-convert-float128-timode.c
+++ b/gcc/testsuite/gcc.dg/torture/fp-int-convert-float128-timode.c
@@ -1,6 +1,6 @@
/* Test floating-point conversions. __float128 type with TImode. */
/* Origin: Joseph Myers <joseph@codesourcery.com> */
-/* { dg-do run { target { { i?86-*-* x86_64-*-* ia64-*-* } && lp64 } } } */
+/* { dg-do run { target { ia64-*-* || { { i?86-*-* x86_64-*-*} && lp64 } } } } */
/* { dg-xfail-if "" { i?86-*-* x86_64-*-* } { "*" } { "" } } */
/* { dg-xfail-if "" { ia64-*-* && lp64 } { "*" } { "" } } */
/* { dg-options "" } */