blob: 257a3c2b4df25a4ace80b42150613e473a5fbf5c [file] [log] [blame]
/* { dg-options "-std=gnu99 -O0" } */
/* C99 6.5.8 Relational operators.
Compare decimal float values against each other at runtime. */
#define WIDTH 32
#include "compare-rel.h"
int
main ()
{
test_compares ();
return 0;
}