blob: 8fa39dfcd8fc98acb8514b9955e02cb1466b2e4d [file] [log] [blame]
/* { dg-options "-std=gnu99 -O0" } */
/* C99 6.5.9 Equality operators.
Compare decimal float values against each other at runtime. */
#define WIDTH 64
#include "compare-eq.h"
int main ()
{
test_compares ();
return 0;
}