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
/
pr89789.c
blob
2c19fab4c960d7b183fbc03dcb7a263271a6f509
1
/* { dg-do compile } */
2
3
int
x2
;
4
5
void
6
m2
(
void
)
7
{
8
goto
gg
;
9
10
int
fz
,
vh
=
0
;
11
12
for
(
fz
=
0
;
fz
<
1
; ++
fz
)
13
{
14
vh
^=
x2
;
15
16
if
(
0
)
17
{
18
gg
:
19
x2
%=
1
;
20
x2
+=
vh
;
21
}
22
}
23
}