2 /* { dg-do run { target sse_runtime } } */
3 /* { dg-options "-O2 -mno-sse2 -msse" } */
5 typedef unsigned char v16qi
__attribute__ ((vector_size (16)));
6 typedef unsigned int v4si
__attribute__ ((vector_size (16)));
8 char __attribute__ ((noinline
, noclone
))
12 return ((v16qi
) vec
)[0];
18 char z
= test ((v4si
) { -1, -1, -1, -1 });