aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/const-float128.c
diff options
context:
space:
mode:
authorUros Bizjak <uros@gcc.gnu.org>2007-08-29 11:18:28 +0200
committerUros Bizjak <uros@gcc.gnu.org>2007-08-29 11:18:28 +0200
commit935cb9ac0f5d694467bf5c51d46339f13e6db5d4 (patch)
tree8eb7af7377064cf34bb7354de34a07a2456387f2 /gcc/testsuite/gcc.dg/const-float128.c
parent8a84c9a7710903895dfa2c1e7103e18321af75a6 (diff)
downloadgcc-935cb9ac0f5d694467bf5c51d46339f13e6db5d4.zip
gcc-935cb9ac0f5d694467bf5c51d46339f13e6db5d4.tar.gz
gcc-935cb9ac0f5d694467bf5c51d46339f13e6db5d4.tar.bz2
pr31344.c: Move to ...
* gcc.dg/pr31344.c: Move to ... * gcc.dg/dfp/pr31344.c: ... here. * gcc.dg/sibcall-6.c: Simplify dg-skip-if directive. * gcc.dg/20050503-1.c: Ditto. * gcc.dg/20050111-1.c: Simplify i?86 and x86_64 dg-options directive. * gcc.dg/20061127-1.c: Compile only for fpic targets. * gcc.dg/20060801-1.c: Ditto. From-SVN: r127889
Diffstat (limited to 'gcc/testsuite/gcc.dg/const-float128.c')
-rw-r--r--gcc/testsuite/gcc.dg/const-float128.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/const-float128.c b/gcc/testsuite/gcc.dg/const-float128.c
index 1797e08..146e0c9 100644
--- a/gcc/testsuite/gcc.dg/const-float128.c
+++ b/gcc/testsuite/gcc.dg/const-float128.c
@@ -1,5 +1,5 @@
/* Test 'q' and 'Q' suffixes on __float128 type constants. */
-/* { dg-do compile { target { ia64-*-* || { { i?86-*-* x86_64-*-*} && lp64 } } } } */
+/* { dg-do compile { target { ia64-*-* || { { i?86-*-* x86_64-*-* } && lp64 } } } } */
/* { dg-options "" } */
__float128 a = 123.456789q;