repo.or.cz
/
official-gcc
/
graphite-test-results.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge from mainline (167278:168000).
[official-gcc/graphite-test-results.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
)));