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 "cannot convert" } */
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 "cannot convert" } */