blob: 22cad0ccd5c55f352520d16765919dc09fde510f [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 has changed" } */