]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gcc.dg/pr39323-1.c
replace ISL with isl
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / pr39323-1.c
CommitLineData
d9223014 1/* PR c/39323 */
9275f73a 2/* { dg-do compile { target *-*-linux* *-*-gnu* } } */
d9223014
L
3
4int foo __attribute__ ((aligned(1 << 29))) = 20; /* { dg-error "requested alignment is too large" } */
5typedef int __attribute__ ((aligned(1 << 29))) int29; /* { dg-error "requested alignment is too large" } */