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
Merge with main truk.
[official-gcc.git]
/
gcc
/
testsuite
/
c-c++-common
/
convert-vec-1.c
blob
862190d609299507406feade8b647c24dbd93972
1
/* { dg-do compile } */
2
/* { dg-prune-output "changes the ABI" } */
3
typedef
float
v2sf
__attribute__
((
vector_size
(
8
)));
4
v2sf
sub
(
void
) {
return
(
v2sf
)
0.0
; }
/* { dg-error "can't convert" } */