1 /* { dg-additional-options "-w -Wno-psabi" } */
5 typedef int v4si
__attribute__((vector_size(16)));
10 void __attribute__((noipa
))
22 for (int i
= 0; i
< 4; ++i
)
24 v4si x
= (v4si
) { 8, 6, 4, 2 };
26 if (b
[0] != 11 || b
[1] != 8 || b
[2] != 5 || b
[3] != 2)