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
/
pr77979.c
blob
94addf4174de1ea2482dd2a53b9d9573d2d8c1a3
1
/* { dg-do compile } */
2
3
int
a
,
b
,
c
,
d
,
e
,
f
;
4
5
void
fn1
()
6
{
7
int
g
=
b
;
8
a
= -~(
d
||
a
) <<
4
||
e
;
9
b
=
c
||
g
^
a
;
10
if
(
f
<
g
)
11
d
=
e
;
12
}