1 /* { dg-options "-O0" } */
2 
3 /* C99 6.5.9 Equality operators.
4    Compare decimal float values against each other at runtime.  */
5 
6 #define WIDTH 64
7 #include "compare-eq.h"
8 
main()9 int main ()
10 {
11   test_compares ();
12 
13   FINISH
14 }
15