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-12-05 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
graphite
/
pr68976.c
blob
ae9bf0ffe602907856addcff8477197e15e0afe1
1
/* { dg-options "-O2 -floop-nest-optimize" } */
2
3
int
kw
= -
1
,
hv
= -
1
,
ju
;
4
int
mc
[
1
];
5
void
xx
(
void
)
6
{
7
for
(;
kw
; ++
kw
)
8
for
(;
hv
; ++
hv
)
9
for
(
ju
=
0
;
ju
<
2
; ++
ju
)
10
mc
[
kw
+
1
] =
mc
[
0
];
11
}