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
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.dg
/
vect
/
pr22506.c
blob
5a2d74995cee7858962fafea2755bc5142e54868
1
/* { dg-do compile } */
2
/* { dg-require-effective-target vect_int } */
3
4
float
x
[
3
];
5
6
void
foo
()
7
{
8
int
i
;
9
10
for
(
i
=
0
;
i
<
5
; ++
i
)
x
[
i
]=
0
;
11
for
(
i
=
0
;
i
<
4
; ++
i
) ;
12
}
13
14
/* { dg-final { cleanup-tree-dump "vect" } } */