1 /* { dg-do compile { target powerpc*-*-* } } */
2 /* { dg-xfail-if "" { "powerpc-*-eabispe*" "powerpc-ibm-aix*" } { "*" } { "" } } */
3 /* { dg-options "-maltivec -ansi" } */
6 * Compilation of a simple altivec test program fails if the -ansi flag is
7 * given to gcc, when compiling with -maltivec.
14 vector
unsigned short a
, b
;
18 /* { dg-bogus "parse error before \"typeof\"" "-maltivec -mansi" { target powerpc*-*-* } 0 } */