Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / g++.dg / ext / altivec-4.C
blob62cc1f0535fb0e2e9e2e26ee1add0c272a07a8b8
1 /* { dg-do compile { target powerpc*-*-* } } */
2 /* { dg-xfail-if "" { "powerpc-*-eabispe*" "powerpc-ibm-aix*" } { "*" } { "" } } */
3 /* { dg-options "-maltivec" } */
5 /* PR c++/14425 */
7 #include <altivec.h>
9 vector unsigned int splat0(vector unsigned int x)
11     return vec_splat(x, 0);