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
/
920612-2.c
blob
9bbdce2e0ade30d483583897be21c59506b30553
1
main
()
2
{
3
int
i
=
0
;
4
int
a
(
int
x
)
5
{
6
while
(
x
)
7
i
++,
x
--;
8
return
x
;
9
}
10
#ifndef NO_TRAMPOLINES
11
if
(
a
(
2
) !=
0
)
12
abort
();
13
#endif
14
exit
(
0
);
15
}