Fix ICE in substring-handling building 502.gcc_r (PR 87562)
[official-gcc.git] / gcc / testsuite / c-c++-common / convert-vec-1.c
blob862190d609299507406feade8b647c24dbd93972
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" } */