builtin-has-attribute-4.c: Skip on 32-bit hppa*-*-hpux*.
[official-gcc.git] / gcc / testsuite / gcc.dg / pr39323-1.c
blob7a7fd63a416866178d067815f036ffe8bb459a15
1 /* PR c/39323 - MAX_OFILE_ALIGNMENT in elfos.h is too big */
2 /* { dg-do compile { target *-*-linux* *-*-gnu* } } */
4 int foo __attribute__ ((aligned(1 << 29))) = 20; /* { dg-error "requested alignment" } */
5 typedef int __attribute__ ((aligned(1 << 29))) int29; /* { dg-error "requested alignment" } */