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
libcpp, c, middle-end: Optimize initializers using #embed in C
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
graphite
/
pr82421.c
blob
5da1636798094f8040100d2f1dce2939e03198bb
1
/* { dg-do compile } */
2
/* { dg-options "-O -floop-nest-optimize" } */
3
4
int
pc
;
5
6
void
7
qy
(
int
l9
)
8
{
9
int
tw
=
4
;
10
int
fb
[
tw
];
11
12
while
(
l9
<
1
)
13
{
14
int
dr
;
15
16
pc
=
fb
[
2
];
17
for
(
dr
=
0
;
dr
<
tw
; ++
dr
)
18
fb
[
dr
] =
0
;
19
++
l9
;
20
}
21
}