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
/
pic-macro-define.c
blob
7bda6fedfef7d5143e20b6f7bd0bd054b12f0532
1
/* { dg-do run { target "i?86-*-*-darwin" powerpc*-*-darwin* } } */
2
/* { dg-options "-fPIC" } */
3
4
#if defined __PIC__
5
int
main
() {
6
return
0
;
7
}
8
#else
9
error
"NO __PIC__ DEFINED"
10
#endif