1 /* { dg-do compile { target powerpc*-*-* } } */
2 /* { dg-options "-O -maltivec -mno-vsx" } */
3 /* { dg-require-effective-target powerpc_altivec } */
4 /* { dg-final { scan-assembler "stvx" } } */
12 int x
[8] __attribute__((aligned(128)));
13 memset (x
, 0, sizeof (x
));