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
/
20070906-1.c
blob
bec983f24ced50babc0f2a007e06c68ed9c451cf
1
struct
Bar
{
2
int
i
[
8
];
3
};
4
struct
Bar
foo
(
struct
Bar
**
p
)
5
{
6
return
foo
((
struct
Bar
**)*
p
);
7
}
8