Sign in
gnu
/
gcc
/
e5cfb9cac1d7aba9a8ea73bfe7922cfaff9d61f3
/
.
/
gcc
/
testsuite
/
gcc.dg
/
torture
/
pr82473.c
blob: b12de21d7dbce802d84ff3cf4cc3c1ab8809aaf8 [
file
] [
log
] [
blame
]
/* { dg-do compile } */
/* { dg-additional-options "-ftree-vectorize" } */
void
zz
(
int
x9
,
short
int
gt
)
{
if
(
0
)
{
while
(
gt
<
1
)
{
int
pz
;
k6
:
for
(
pz
=
0
;
pz
<
3
;
++
pz
)
x9
+=
gt
;
++
gt
;
}
}
if
(
x9
!=
0
)
goto
k6
;
}