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
2014-04-15 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
darwin-weakimport-3.c
blob
77ab980b12d1daea401a467014c7596ce3999bd0
1
/* { dg-do compile { target *-*-darwin* } } */
2
/* { dg-options "-fno-asynchronous-unwind-tables" } */
3
/* { dg-require-weak "" } */
4
5
/* { dg-final { scan-assembler-not "coalesced" } } */
6
7
extern
void
foo
(
void
)
__attribute__
((
weak_import
));
8
9
void
foo
(
void
)
10
{
11
}