Sign in
gnu
/
gcc
/
e5cfb9cac1d7aba9a8ea73bfe7922cfaff9d61f3
/
.
/
gcc
/
testsuite
/
gcc.dg
/
pr67107.c
blob: e2e11c0f9e29858e68421c38041374b1731e0071 [
file
] [
log
] [
blame
]
/* { dg-do compile } */
/* { dg-options "-frounding-math -funsafe-math-optimizations" } */
int
test
()
{
return
5.0
<
5.0
-
0.1
;
}