Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr35171.c
blob: 3f7ef2ccacb095b3c9a999fdef28506496048e26 [
file
] [
log
] [
blame
]
int
f
(
int
a
,
int
b
,
short
c
,
int
d
,
short
e
)
{
int
i
;
for
(
i
=
1
;
i
<=
2
;
i
++)
{
c
-=
4
;
a
=
c
;
d
=
d
+
(
b
?
b
:
e
);
}
return
a
+
d
;
}