summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr67107.c
blob: e2e11c0f9e29858e68421c38041374b1731e0071 (plain)
1
2
3
4
5
6
7
/* { dg-do compile } */
/* { dg-options "-frounding-math -funsafe-math-optimizations" } */

int test ()
{
  return 5.0 < 5.0 - 0.1;
}