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
* tree-loop-distribution.c (struct partition): New field recording
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
960221-1.c
blob
0e02496c1045c8cc56b1616e76b96446e49f3544
1
struct
s1
{
int
f1
; };
2
3
struct
s2
{
4
struct
s1 a
;
5
int
f2
;
6
};
7
8
foo
(
struct
s2
*
ptr
)
9
{
10
*
ptr
= (
struct
s2
) {{},
0
};
11
}