summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr39323-2.c
blob: 6b6cb2e2bd9f39f95500570bb118e43bf5704f64 (plain)
1
2
3
4
5
6
/* PR c/39323 */
/* { dg-do compile { target *-*-linux* *-*-gnu* *-*-uclinux* } } */

int bar __attribute__ ((aligned(1 << 28))) =  20;

/* { dg-final { scan-assembler ".align\[ \t\]+(268435456|28)\[ \t\]*\n" } } */