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
In gcc/testsuite/: 2011-03-04 Nicola Pero <nicola.pero@meta-innovation.com>
[official-gcc.git]
/
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" } */