diff options
author | uros <uros@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-08-29 09:18:28 +0000 |
---|---|---|
committer | uros <uros@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-08-29 09:18:28 +0000 |
commit | d8b96761ec6f7fc01404ea90a3e5a901ac4311a9 (patch) | |
tree | 8eb7af7377064cf34bb7354de34a07a2456387f2 /gcc/testsuite/gcc.dg/const-float128.c | |
parent | 230658a4beea3f00a40a600a14544fbadf81a13c (diff) | |
download | gcc-d8b96761ec6f7fc01404ea90a3e5a901ac4311a9.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@127889 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/gcc.dg/const-float128.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/const-float128.c | 2 |
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 1797e08bc30..146e0c9c986 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; |