repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2013-10-17 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr39323-2.c
blob
a870729734160a8531906f4106c787da938920e8
1
/* PR c/39323 */
2
/* { dg-do compile { target *-*-linux* *-*-gnu* } } */
3
4
int
bar
__attribute__
((
aligned
(
1
<<
28
))) =
20
;
5
6
/* { dg-final { scan-assembler ".align\[ \t\]+(268435456|28)\[ \t\]*\n" } } */