blob: 0d46925c2bb5ec0a6b4f1ed0cf47b20a8e1b747d [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 128
#include "compare-rel.h"
int
main ()
{
test_compares ();
return 0;
}