fp-cmp-4q.c: Remove.

* gcc.c-torture/execute/ieee/fp-cmp-4q.c: Remove.
        * gcc.c-torture/execute/ieee/fp-cmp-8q.c: Remove.

From-SVN: r91986
This commit is contained in:
Richard Henderson 2004-12-09 22:07:08 -08:00 committed by Richard Henderson
parent 3bcc0cde54
commit 38ef242b42
3 changed files with 5 additions and 20 deletions

View File

@ -1,3 +1,8 @@
2004-12-09 Richard Henderson <rth@redhat.com>
* gcc.c-torture/execute/ieee/fp-cmp-4q.c: Remove.
* gcc.c-torture/execute/ieee/fp-cmp-8q.c: Remove.
2004-12-09 Matt Austern <austern@apple.com>
PR c++/18514

View File

@ -1,10 +0,0 @@
#if defined (__x86_64__) || (defined (__ia64__) && !defined (__hpux__))
#define FLOAT __float128
#include "fp-cmp-4.c"
#else
int
main ()
{
return 0;
}
#endif

View File

@ -1,10 +0,0 @@
#if defined (__x86_64__) || (defined (__ia64__) && !defined (__hpux__))
#define FLOAT __float128
#include "fp-cmp-8.c"
#else
int
main ()
{
return 0;
}
#endif