Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / gcc.dg / dfp / compare-rel-d64.c
blob73cbcee44d7b76fcbecb6dfb591d173514d80ea9
1 /* { dg-options "-std=gnu99 -O0" } */
3 /* C99 6.5.8 Relational operators.
4 Compare decimal float values against each other at runtime. */
6 #define WIDTH 64
7 #include "compare-rel.h"
9 int
10 main ()
12 test_compares ();
13 return 0;