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