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.dg
/
compat
/
vector-1_y.c
blob
1cec61734b4794359d679689321c67ec36d771fa
1
/* { dg-options "-w" } */
2
3
#ifndef SKIP_ATTRIBUTE
4
5
#include
"compat-common.h"
6
#include
"vector-defs.h"
7
#include
"vector-check.h"
8
9
TEST
(
8
,
qi
,
101
)
10
TEST
(
16
,
qi
,
101
)
11
TEST
(
2
,
hi
,
201
)
12
TEST
(
4
,
hi
,
202
)
13
TEST
(
8
,
hi
,
203
)
14
TEST
(
2
,
si
,
301
)
15
TEST
(
4
,
si
,
302
)
16
TEST
(
1
,
di
,
401
)
17
TEST
(
2
,
di
,
402
)
18
19
#endif