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
/
convert-vec-1.c
blob
4987298407363ea7269dc178a5ec9f12bc887f48
1
/* { dg-do compile } */
2
typedef
float
v2sf
__attribute__
((
vector_size
(
8
)));
3
v2sf
sub
(
void
) {
return
(
v2sf
)
0.0
; }
/* { dg-error "can't convert" } */