Merged r158465 through r158660 into branch.
[official-gcc.git] / gcc / testsuite / gcc.dg / pr39323-1.c
blob2876bf39abafab8607c6725abbdbfd18a70ba79e
1 /* PR c/39323 */
2 /* { dg-do compile { target *-*-linux* } } */
4 int foo __attribute__ ((aligned(1 << 29))) = 20; /* { dg-error "requested alignment is too large" } */
5 typedef int __attribute__ ((aligned(1 << 29))) int29; /* { dg-error "requested alignment is too large" } */