Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr84860.c
blob: 002737c71b567ce9fc4abffeaf4d7878bbcbff9c [
file
] [
log
] [
blame
]
/* PR target/84860 */
void
foo
(
int
x
,
int
y
)
{
while
(
x
<
1
)
{
x
=
y
;
y
=
((
float
)
1
/
0
)
?
2
:
0
;
}
}