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
PR tree-optimization/84740
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
lto
/
20091017-1_1.c
blob
23e5992bde6865bfd86d18043f320194d5643777
1
struct
X
;
2
void
foo
(
void
*
q
)
3
{
4
struct
X
**
p
= (
struct
X
**)
q
;
5
*
p
= (
struct
X
*)
0
;
6
}