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
/
20010107-1.c
blob
222def4d9efaa7a1f6413bafe6b3d455a301c7dc
1
unsigned long
x
[
4
];
2
3
void
foo
(
void
)
4
{
5
((
void
(*)())(
x
+
2
))();
6
}