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