1 /* { dg-do compile { target { powerpc64*-*-* } } } */
2 /* { dg-options "-mdejagnu-cpu=power8" } */
4 /* When compiled with C++, this code was breaking because of different
5 tree representations of arrays between C and C++. */
9 extern vector float vf;
13 float __attribute__((aligned (16))) x[4];
14 float __attribute__((aligned (16))) y[4];