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
* gcc.dg/const-elim-1.c: xfail for xtensa.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
darwin-ld-1.c
blob
60761577e017be8bdac895aab8b23c7f8c25aeb1
1
/* Test Darwin linker option -all_load. */
2
/* Developed by Devang Patel <dpatel@apple.com>. */
3
4
/* { dg-options "-all_load" } */
5
/* { dg-do link { target *-*-darwin* } } */
6
7
int
main
()
8
{
9
return
0
;
10
}
11