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
/
pr81510-2.c
blob
7e2bc9866f7437c3ed17d506e528048c9af91c19
1
/* { dg-do compile } */
2
3
typedef
int
h
;
4
typedef
int
k
;
5
int
a
;
6
int
b
;
7
int
c
;
8
int
d
;
9
int
e
;
10
int
f
(
int
g
)
11
{
12
h
*
i
= &
e
;
13
k
*
j
;
14
if
(
d
-=
b
)
15
for
(; *
j
; *
j
+=
1
) {
16
g
=
g
|| (
a
=
e
?
c
= (
__UINTPTR_TYPE__
)
j
:
0
) + *
i
;
17
i
= &
d
;
18
}
19
}