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
/
pr81500.c
blob
7aaec2189fc3c7edde18873821082f1384496c99
1
/* { dg-do compile } */
2
3
typedef
int
a
;
4
void
c
(
int
*
b
)
5
{
6
int
d
;
7
a e
,
f
, *
g
, *
h
=
b
;
8
for
(;
d
;
d
--) {
9
f
= *
g
&
1
;
10
*
h
-- = *
g
-- |
e
;
11
e
=
f
;
12
}
13
}