1 /* { dg-do compile { target powerpc*-*-* } } */
2 /* { dg-xfail-if "" { "powerpc-*-eabispe*" "powerpc-ibm-aix*" } { "*" } { "" } } */
3 /* { dg-options "-O -maltivec" } */
4 /* { dg-final { scan-assembler "stvx" } } */
10 int x
[8] __attribute__((aligned(128)));
11 memset (x
, 0, sizeof (x
));