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
/
execute
/
931002-1.c
blob
6a02b2343946bf0ff4cec514032ac2f6b4009320
1
f
(
void
(*
func
) ())
2
{
3
func
();
4
}
5
6
main
()
7
{
8
#ifndef NO_TRAMPOLINES
9
void
t0
()
10
{
11
}
12
13
void
t1
()
14
{
15
f
(
t0
);
16
}
17
18
void
t2
()
19
{
20
t1
();
21
}
22
23
t1
();
24
t1
();
25
t2
();
26
#endif
27
exit
(
0
);
28
}