aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/c-c++-common/convert-vec-1.c
blob: f891a93ad208b551b1a0cb6767f44efaaa1a4358 (plain)
1
2
3
4
/* { 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" } */