Commit 38ef242b by Richard Henderson Committed by Richard Henderson

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
parent 3bcc0cde
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
......
#if defined (__x86_64__) || (defined (__ia64__) && !defined (__hpux__))
#define FLOAT __float128
#include "fp-cmp-4.c"
#else
int
main ()
{
return 0;
}
#endif
#if defined (__x86_64__) || (defined (__ia64__) && !defined (__hpux__))
#define FLOAT __float128
#include "fp-cmp-8.c"
#else
int
main ()
{
return 0;
}
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment