diff options
author | H.J. Lu <hongjiu.lu@intel.com> | 2008-07-02 18:54:04 +0000 |
---|---|---|
committer | H.J. Lu <hjl@gcc.gnu.org> | 2008-07-02 11:54:04 -0700 |
commit | 7fcbf8c6f104b905d4ecf2a04f96b50b4c4ce571 (patch) | |
tree | 0ac91130ab8104ea4e119207e59b929e75de2764 /gcc/testsuite/gcc.dg/const-float80.c | |
parent | 1b929c9a0465f54a81fcc9b397ef8f1008c49c78 (diff) | |
download | gcc-7fcbf8c6f104b905d4ecf2a04f96b50b4c4ce571.zip gcc-7fcbf8c6f104b905d4ecf2a04f96b50b4c4ce571.tar.gz gcc-7fcbf8c6f104b905d4ecf2a04f96b50b4c4ce571.tar.bz2 |
mangle24.C: Remove -mmmx.
2008-07-02 H.J. Lu <hongjiu.lu@intel.com>
* g++.dg/abi/mangle24.C: Remove -mmmx.
* gcc.dg/const-float80-ped.c: Likewise.
* gcc.dg/const-float80.c: Likewise.
* gcc.dg/torture/fp-int-convert-float80.c: Likewise.
* g++.dg/abi/mangle25.C: Enable x86.
* gcc.dg/const-float128-ped.c: Likewise.
* gcc.dg/const-float128.c: Likewise.
* gcc.dg/torture/fp-int-convert-float128.c: Likewise.
* gcc.target/i386/pr32191.c: Likewise.
* gcc.target/i386/pr32268.c: Likewise.
From-SVN: r137377
Diffstat (limited to 'gcc/testsuite/gcc.dg/const-float80.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/const-float80.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/const-float80.c b/gcc/testsuite/gcc.dg/const-float80.c index f2a836d..8ec771f 100644 --- a/gcc/testsuite/gcc.dg/const-float80.c +++ b/gcc/testsuite/gcc.dg/const-float80.c @@ -1,7 +1,6 @@ /* Test 'w' and 'W' suffixes on __float80 type constants. */ /* { dg-do compile { target i?86-*-* x86_64-*-* ia64-*-* } } */ /* { dg-options "" } */ -/* { dg-options "-mmmx" { target { { i?86-*-* x86_64-*-* } && ilp32 } } } */ __float80 a = 123.456789W; __float80 b = 123.456789w; |