repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2017-10-20 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
torture
/
pr82473.c
blob
b12de21d7dbce802d84ff3cf4cc3c1ab8809aaf8
1
/* { dg-do compile } */
2
/* { dg-additional-options "-ftree-vectorize" } */
3
4
void
5
zz
(
int
x9
,
short int
gt
)
6
{
7
if
(
0
)
8
{
9
while
(
gt
<
1
)
10
{
11
int
pz
;
12
13
k6
:
14
for
(
pz
=
0
;
pz
<
3
; ++
pz
)
15
x9
+=
gt
;
16
++
gt
;
17
}
18
}
19
20
if
(
x9
!=
0
)
21
goto
k6
;
22
}