Sign in
gnu
/
gcc
/
refs/heads/devel/c++-contracts
/
.
/
gcc
/
testsuite
/
c-c++-common
/
convert-vec-1.c
blob: f891a93ad208b551b1a0cb6767f44efaaa1a4358 [
file
] [
log
] [
blame
]
/* { dg-do compile } */
/* { dg-prune-output "changes the ABI" } */
typedef
float
v2sf __attribute__
((
vector_size
(
8
)));
v2sf sub
(
void
)
{
return
(
v2sf
)
0.0
;
}
/* { dg-error "cannot convert" } */