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
/
pr67191.c
blob
b8623ef2b2a82667b666e120a25b414659e8db50
1
/* { dg-do compile } */
2
3
int
a
;
4
void
f
(
void
)
5
{
6
int
b
;
7
for
(
a
=
1
;
a
;);
8
for
(;
b
;
b
++)
9
lbl
:
10
b
||
a
;
11
if
(
a
)
12
goto
lbl
;
13
}