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
2015-09-24 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
lto
/
pr54702_1.c
blob
2afb0fbc063914059025667743eea1c550b8974f
1
int
*
b
;
2
void
*
d
;
3
int
c
;
4
static int
*
f1
();
5
void
f2
()
6
{
7
int
*
a
=
f1
(
0
);
8
}
9
10
int
*
f1
(
j
)
11
{
12
b
=
malloc
(
0
);
13
d
= *
malloc
;
14
c
=
j
;
15
}
16