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
/
pr89247.c
blob
3b60f91d93bfe371e8ee7b0947b0b2c012c0e9e3
1
/* { dg-do compile } */
2
/* { dg-require-effective-target label_values } */
3
4
int
*
a
;
5
void
b
()
6
{
7
void
*
c
= &&
d
;
8
for
(;;)
9
d
:
10
if
(*
a
)
11
;
12
else
13
*
a
= ({
0
<
b
; });
14
}