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
In gcc/testsuite/: 2011-03-04 Nicola Pero <nicola.pero@meta-innovation.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
darwin-comm.c
blob
a743fc6d4edb8f242b820e814368d0767d645ffd
1
/* { dg-do compile { target *-*-darwin[912]* } } */
2
/* { dg-final { scan-assembler ".comm\[ \t\]_foo,1,15" } } */
3
4
char
foo
__attribute__
((
aligned
(
32768
)));