diff options
author | janis <janis@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-02-11 22:33:16 +0000 |
---|---|---|
committer | janis <janis@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-02-11 22:33:16 +0000 |
commit | c2cf854fdceb934a0c8efd41188d50d0ec0b822d (patch) | |
tree | 0dc8b960eca5c8ae77f3eb738a2a5859c7afc5c1 /libffi/testsuite | |
parent | 7fd50d517857cb001b1a90cf97ab42b5252188af (diff) | |
download | gcc-c2cf854fdceb934a0c8efd41188d50d0ec0b822d.tar.gz |
* testsuite/libffi.call/cls_align_longdouble.c: Remove dg-options.
* testsuite/libffi.call/float.c: Ditto.
* testsuite/libffi.call/float2.c: Ditto.
* testsuite/libffi.call/float3.c: Ditto.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94899 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libffi/testsuite')
-rw-r--r-- | libffi/testsuite/libffi.call/cls_align_longdouble.c | 1 | ||||
-rw-r--r-- | libffi/testsuite/libffi.call/float.c | 1 | ||||
-rw-r--r-- | libffi/testsuite/libffi.call/float2.c | 1 | ||||
-rw-r--r-- | libffi/testsuite/libffi.call/float3.c | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/libffi/testsuite/libffi.call/cls_align_longdouble.c b/libffi/testsuite/libffi.call/cls_align_longdouble.c index 6234e5d3fcd..bcfddf5f710 100644 --- a/libffi/testsuite/libffi.call/cls_align_longdouble.c +++ b/libffi/testsuite/libffi.call/cls_align_longdouble.c @@ -5,7 +5,6 @@ Originator: <hos@tamanegi.org> 20031203 */ /* { dg-do run { xfail mips64*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */ -/* { dg-options -mlong-double-128 { target powerpc64*-*-* } } */ #include "ffitest.h" diff --git a/libffi/testsuite/libffi.call/float.c b/libffi/testsuite/libffi.call/float.c index d712fb1021a..51cb2fa3718 100644 --- a/libffi/testsuite/libffi.call/float.c +++ b/libffi/testsuite/libffi.call/float.c @@ -5,7 +5,6 @@ Originator: From the original ffitest.c */ /* { dg-do run } */ -/* { dg-options -mlong-double-128 { target powerpc64*-*-* } } */ #include "ffitest.h" diff --git a/libffi/testsuite/libffi.call/float2.c b/libffi/testsuite/libffi.call/float2.c index 4de41d356c4..2039724fdc2 100644 --- a/libffi/testsuite/libffi.call/float2.c +++ b/libffi/testsuite/libffi.call/float2.c @@ -5,7 +5,6 @@ Originator: From the original ffitest.c */ /* { dg-do run } */ -/* { dg-options -mlong-double-128 { target powerpc64*-*-* } } */ #include "ffitest.h" #include "float.h" diff --git a/libffi/testsuite/libffi.call/float3.c b/libffi/testsuite/libffi.call/float3.c index 27933c32606..76bd5f287cb 100644 --- a/libffi/testsuite/libffi.call/float3.c +++ b/libffi/testsuite/libffi.call/float3.c @@ -5,7 +5,6 @@ Originator: From the original ffitest.c */ /* { dg-do run } */ -/* { dg-options -mlong-double-128 { target powerpc64*-*-* } } */ #include "ffitest.h" #include "float.h" |