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
/
inst-check.c
blob
ff4b00d78680b0be9656b784c112898759104904
1
#include <stdarg.h>
2
3
f
(
m
)
4
{
5
int
i
,
s
=
0
;
6
for
(
i
=
0
;
i
<
m
;
i
++)
7
s
+=
i
;
8
return
s
;
9
}
10
11
main
()
12
{
13
exit
(
0
);
14
}