aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/powerpc/ppc64-abi-warn-3.c
blob: 830de6bcca2d765b717a79a19977462b601f5211 (plain)
1
2
3
4
5
6
7
8
9
/* { 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" } */