Rebase.
[official-gcc.git] / gcc / testsuite / gcc.target / powerpc / ppc64-abi-warn-2.c
blobfdbeddfcbba5efb6c529994a0bafde9b049e46a3
1 /* { dg-do compile { target { powerpc*-*-linux* && lp64 } } } */
3 struct test
5 long a __attribute__((aligned (16)));
6 };
8 void test (struct test a) /* { dg-message "note: the ABI of passing aggregates with 16-byte alignment has changed" } */