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 libfortran/64770 Segfault when trying to open existing file with status="new".
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
lto
/
20090812_0.c
blob
baf20f520a26a109014c4c10be1841f0ccc1de04
1
struct
X
;
2
struct
Y
3
{
4
struct
X
*
p
;
5
int
i
;
6
};
7
8
void
foo
(
struct
Y
*
p
)
9
{
10
p
->
i
=
1
;
11
}