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
/
torture
/
pr85814.c
blob
8d16c53e9c03fc25c5f2011dffe7ffae29915410
1
int
a
;
2
void
b
(
char
*
c
)
3
{
4
c
+=
4
;
5
for
(
int
i
=
0
;
i
<
4
;
i
++)
6
a
= *
c
++ =
2
;
7
}