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:
parent
3bcc0cde54
commit
38ef242b42
@ -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>
|
2004-12-09 Matt Austern <austern@apple.com>
|
||||||
|
|
||||||
PR c++/18514
|
PR c++/18514
|
||||||
|
@ -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
|
|
@ -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
|
|
Loading…
Reference in New Issue
Block a user