This commit was manufactured by cvs2svn to create branch 'gomp-branch'.
[official-gcc.git] / gcc / testsuite / gcc.c-torture / execute / ieee / fp-cmp-4q.c
blob0d6adf4d1a51b28f7673cb1128c877c50a90d1d1
1 #if defined (__x86_64__) || (defined (__ia64__) && !defined (__hpux__))
2 #define FLOAT __float128
3 #include "fp-cmp-4.c"
4 #else
5 int
6 main ()
8 return 0;
10 #endif