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-2_x.c
blob
42881330557c442b1d223a5f44271a2469dfb9fe
1
/* { dg-options "-w" } */
2
3
#ifndef SKIP_ATTRIBUTE
4
5
#include
"compat-common.h"
6
#include
"vector-defs.h"
7
#include
"vector-setup.h"
8
9
SETUP
(
2
,
sf
);
10
SETUP
(
4
,
sf
);
11
SETUP
(
16
,
sf
);
12
SETUP
(
2
,
df
);
13
14
#endif
15
16
void
17
vector_2_x
(
void
)
18
{
19
#ifndef SKIP_ATTRIBUTE
20
DEBUG_INIT
21
22
CHECK
(
2
,
sf
);
23
CHECK
(
4
,
sf
);
24
CHECK
(
16
,
sf
);
25
CHECK
(
2
,
df
);
26
27
DEBUG_FINI
28
29
if
(
fails
!=
0
)
30
abort
();
31
#endif
32
}