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
/
pr53408.c
blob
25c6dc7f523bd9c600d93130e56bb4f3f532f976
1
/* { dg-do compile } */
2
3
int
a
,
b
,
c
,
d
,
e
;
4
void
5
fn1
()
6
{
7
int
f
,
g
;
8
char
h
=
0
;
9
b
=
0
;
10
for
(;
b
<
32
;
b
++)
11
{
12
g
=
h
>
e
?
h
:
h
<<
1
;
13
f
=
g
&&
a
?
0
:
1
;
14
h
=
1
;
15
for
(;
h
>
0
;
h
=
h
+
1
)
16
c
=
0
<
h
|
f
;
17
}
18
if
(
h
)
19
d
=
0
;
20
}