1 /* { dg-do compile } */
2 /* { dg-options "-O2" } */
3 /* { dg-additional-options "-msse2" { target ia32 } } */
4 /* { dg-additional-options "-Wno-psabi" { target powerpc-ibm-aix* powerpc-wrs-vxworks* } } */
6 typedef int __attribute__((__vector_size__(16))) vectype
;
13 inline int c(vectype
*d
) {
24 static void m(vectype
*d
) {