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