PR tree-optimization/84740
[official-gcc.git] / gcc / testsuite / gcc.dg / pr39323-2.c
bloba870729734160a8531906f4106c787da938920e8
1 /* PR c/39323 */
2 /* { dg-do compile { target *-*-linux* *-*-gnu* } } */
4 int bar __attribute__ ((aligned(1 << 28))) = 20;
6 /* { dg-final { scan-assembler ".align\[ \t\]+(268435456|28)\[ \t\]*\n" } } */