blob: 830de6bcca2d765b717a79a19977462b601f5211 [file] [log] [blame]
/* { dg-do compile { target { powerpc*-*-linux* && lp64 } } } */
/* { dg-require-effective-target powerpc_altivec_ok } */
/* { dg-options "-maltivec" } */
struct test
{
int a __attribute__((vector_size (8)));
}; /* { dg-message "note: the layout of aggregates containing vectors with 8-byte alignment will change" } */