Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
930513-2.c
blob: d81ae05869913464e7a09b61517a681eea301776 [
file
] [
log
] [
blame
]
/* { dg-additional-options "-std=gnu89" } */
double
g
();
f
(
x
)
double
x
;
{
x
=
.
85
;
while
(
g
()
<
x
)
;
}