Sign in
gnu
/
gcc
/
e5cfb9cac1d7aba9a8ea73bfe7922cfaff9d61f3
/
.
/
gcc
/
testsuite
/
gcc.dg
/
torture
/
pr66759.c
blob: 3e5d720ee1fbe6a79fca30286845716bc92c54e5 [
file
] [
log
] [
blame
]
/* { dg-do compile } */
/* { dg-additional-options "-ffast-math" } */
int
a
,
b
;
float
c
;
int
fn2
();
void
fn1
()
{
if
(
fn2
()
<=
1.
-
c
)
b
=
a
;
}