1 /* { dg-do compile { target powerpc64-*-linux* } } */
2 /* { dg-require-effective-target lp64 } */
3 /* { dg-options "-Wall" } */
4 /* Testcase to check for ABI compliance of parameter passing
5 for the PowerPC64 ABI. */
7 typedef int __attribute__((vector_size(16))) v4si
;
8 typedef int __attribute__((vector_size(8))) v2si
;
12 { /* { dg-error "altivec instructions are disabled" "PR18631" { xfail *-*-* } } */
27 v
= f (v
); /* { dg-error "altivec instructions are disabled" "PR18631" { xfail *-*-* } } */