2018-05-15 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.dg / pr67107.c
blobe2e11c0f9e29858e68421c38041374b1731e0071
1 /* { dg-do compile } */
2 /* { dg-options "-frounding-math -funsafe-math-optimizations" } */
4 int test ()
6 return 5.0 < 5.0 - 0.1;