blob: 158e2f90ba5fd4af972e89b4670b6ad16260ac53 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/* { dg-options "-std=gnu99 -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 ();
return 0;
}
|