aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/pr55570.c
blob: 903bb033df952f603322c18284d066b012e06e38 (plain)
1
2
3
4
/* PR c/55570 */
/* { dg-do compile } */

char array[16] __attribute__((aligned (SOME_NOT_DEFINED_MACRO))); /* { dg-error "requested alignment is not an integer constant" } */