gcc/gcc/testsuite/gcc.dg/pr67107.c

8 lines
134 B
C

/* { dg-do compile } */
/* { dg-options "-frounding-math -funsafe-math-optimizations" } */
int test ()
{
return 5.0 < 5.0 - 0.1;
}