1 /* { dg-do compile } */
2 /* { dg-options "-frounding-math -funsafe-math-optimizations" } */
3 
test()4 int test ()
5 {
6   return 5.0 < 5.0 - 0.1;
7 }
8