Sign in
gnu
/
gcc
/
e5cfb9cac1d7aba9a8ea73bfe7922cfaff9d61f3
/
.
/
gcc
/
testsuite
/
gcc.dg
/
torture
/
pr80539.c
blob: a66767814d3f639343e3358b7d9a6ca1b556a704 [
file
] [
log
] [
blame
]
/* { dg-do compile } */
signed
char
a
,
b
;
void
fn1
()
{
signed
char
c
,
e
;
short
d
;
if
(
0
)
{
for
(;
d
;)
{
l1
:
for
(
c
=
7
;
a
;
c
++)
;
e
=
6
;
for
(;
b
;
e
++)
;
}
c
-=
e
;
}
if
(
d
==
7
)
goto
l1
;
a
=
c
;
}