1 /* { dg-do compile } */
2 /* { dg-options "-O2 -w -Wno-psabi" } */
4 typedef unsigned int v4si
__attribute__((vector_size(16)));
5 typedef unsigned int v2si
__attribute__((vector_size(8)));
7 /* The aliasing is somewhat dubious here, but it must compile. */