Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / gcc.dg / dfp / compare-rel-d128.c
blob0d46925c2bb5ec0a6b4f1ed0cf47b20a8e1b747d
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 128
7 #include "compare-rel.h"
9 int
10 main ()
12 test_compares ();
13 return 0;