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