svn merge -r102224:107263 svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-3_4-branch
[official-gcc.git] / gcc / testsuite / gcc.dg / altivec-5.c
blob0adfdb84d1949c23912fa0e502d211337ee20810
1 /* { dg-do compile { target powerpc*-*-* } } */
2 /* { dg-options "-maltivec -O2" } */
4 #define vector __attribute__((vector_size(16)))
6 void foo (const unsigned long x,
7 vector signed int a, vector signed int b)
9 unsigned char d[64];
11 __builtin_altivec_stvewx (b, 0, d);