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

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

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