aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/powerpc/ppc64-abi-warn-2.c
blob: c4820e92512a757b2d2fb1948de2ead5355e3321 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* { dg-do compile { target { powerpc*-*-linux* && lp64 } } } */

struct test
  {
    long a __attribute__((aligned (16)));
  };

void test (struct test a) /* { dg-message "note: the ABI of passing aggregates with 16-byte alignment will change" } */
{
}