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

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

/* { dg-final { scan-assembler "\.align\[\\t \]*268435456" } } */