Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gcc.dg
/
pr39323-2.c
blob: 6b6cb2e2bd9f39f95500570bb118e43bf5704f64 [
file
] [
log
] [
blame
]
/* 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" } } */