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
/
vect
/
pr77724.c
blob
b3411d681176d2697e3dba3c072dc6d3abf6568e
1
/* { dg-do compile } */
2
3
int
a
[
81
];
4
int
b
,
c
;
5
6
void
7
fn1
()
8
{
9
int
d
=
b
;
10
for
(;
c
; --
c
)
11
a
[
c
+
d
] =
a
[
c
];
12
}