Merge from mainline
[official-gcc.git] / gcc / testsuite / gcc.dg / dfp / compare-eq-d64.c
blob8fa39dfcd8fc98acb8514b9955e02cb1466b2e4d
1 /* { dg-options "-std=gnu99 -O0" } */
3 /* C99 6.5.9 Equality operators.
4 Compare decimal float values against each other at runtime. */
6 #define WIDTH 64
7 #include "compare-eq.h"
9 int main ()
11 test_compares ();
12 return 0;