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