blob: 79fcac3195e99a16feaba66509c0890916528fd1 [file] [log] [blame]
/* { dg-options "-O0" } */
/* C99 6.5.9 Equality operators.
Compare decimal float values against each other at runtime. */
#define WIDTH 128
#include "compare-eq.h"
int main ()
{
test_compares ();
FINISH
}