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
Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git]
/
old-autovect-branch
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
921116-2.c
blob
9eac91cb5c2efdb914d4179ba3dfcd96682bd8b1
1
typedef
struct
{
2
long
l
[
5
];
3
}
t
;
4
5
f
(
size
)
6
{
7
t event
;
8
g
(&(
event
.
l
[
2
+
size
]), (
3
-
size
) *
4
);
9
}