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-ld-3.c
blob
e3efacaba24999f5b24a5177551ef013e2795b83
1
2
/* Test Darwin linker option -arch_errors_fatal. */
3
/* Developed by Devang Patel <dpatel@apple.com>. */
4
5
/* { dg-options "-arch_errors_fatal" } */
6
/* { dg-do link { target *-*-darwin* } } */
7
8
int
main
()
9
{
10
return
0
;
11
}
12