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
Fix broken MinGW build of gcc.c
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
lto
/
20101125-1_1.c
blob
2924e3f26bea663952a867a06c47259d4f88bd94
1
struct
X
{
2
char
i
;
3
};
4
5
struct
W
{
6
struct
U
*
p
;
7
struct
X
*
q
;
8
};
9
10
struct
U
{
11
struct
W a
[
1
];
12
};
13
14
void
bar
(
struct
U
*
ptr
)
15
{
16
ptr
->
a
[
0
].
p
=
0
;
17
}