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
Update concepts branch to revision 131834
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
darwin-comm.c
blob
74d50867c7f463cb597acb27bcd1189f5b385f6e
1
/* { dg-do compile { target *-*-darwin9* } } */
2
/* { dg-final { scan-assembler ".comm _foo,1,15" } } */
3
4
char
foo
__attribute__
((
aligned
(
32768
)));