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
* tree-ssa-loop-manip.c (split_loop_exit_edge): Return the new block.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
darwin-weakimport-3.c
blob
de6458c739827988935514df2b2a6a2d1e98bf79
1
/* { dg-do compile { target *-*-darwin* } } */
2
/* { dg-require-weak "" } */
3
4
/* { dg-final { scan-assembler-not "coalesced" } } */
5
6
extern
void
foo
(
void
)
__attribute__
((
weak_import
));
7
8
void
foo
(
void
)
9
{
10
}