blob: 92f904a8154c2790e458ca3fc6567ede7f9b48a9 [file] [log] [blame]
/* { dg-options "-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 ();
FINISH
}