blob: 38c931a02075023d2165deed519b443d11d48917 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/* { dg-options "-O0" } */
/* C99 6.5.8 Relational operators.
Compare decimal float values against each other at runtime. */
#define WIDTH 128
#include "compare-rel.h"
int
main ()
{
test_compares ();
FINISH
}
|