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
RISC-V: Add support for riscv-*-*.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
vector-5.c
blob
30a4f859402418a6f72b205a1f21f10729097217
1
typedef
int
v2si
__attribute__
((
__vector_size__
(
8
)));
2
3
v2si
4
f
(
int
x
)
5
{
6
return
(
v2si
) {
x
, (
__INTPTR_TYPE__
)
""
};
7
}