repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.c-torture
/
execute
/
920929-1.c
blob
e43444e31d7982354d9f52eefc606d825083cc23
1
/* REPRODUCED:RUN:SIGNAL MACHINE:sparc OPTIONS: */
2
f
(
int
n
)
3
{
4
int
i
;
5
double
v
[
n
];
6
for
(
i
=
0
;
i
<
n
;
i
++)
7
v
[
i
]=
0
;
8
}
9
main
()
10
{
11
f
(
100
);
12
exit
(
0
);
13
}