OSDN Git Service

377c65a5bb78403cdbc3bc4c99bab738c1a88ec3
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / dfp / compare-special-d32.c
1 /* { dg-options "-O0" } */
2
3 /* C99 6.5.8 Relational operators.
4    C99 6.5.9 Equality operators.
5    Compare decimal float special values at runtime.  */
6
7 #define WIDTH 32
8 #include "compare-special.h"
9
10 int
11 main ()
12 {
13   test_compares ();
14   FINISH
15 }