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
Update concepts branch to revision 131834
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
930602-1.c
blob
5a0eb2189babd0404e2f632eedf966dbd7a3b0d4
1
typedef
struct
{
2
int
f
[
8
];
3
}
T
;
4
5
f
(
w
,
l
,
r
)
6
T
*
w
;
7
unsigned short
l
,
r
;
8
{
9
int
i
;
10
11
for
(
i
=
l
;
i
<
r
;
i
++)
12
g
(
w
->
f
[
i
]);
13
}