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
Document gcov-io (PR gcov-profile/84735).
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pic-macro-define.c
blob
092343253612d5754d3ea3bb3bfb39a630993523
1
/* { dg-do run } */
2
/* { dg-require-effective-target fpic } */
3
/* { dg-options "-fPIC" } */
4
5
#if defined __PIC__
6
int
main
() {
7
return
0
;
8
}
9
#else
10
error
"NO __PIC__ DEFINED"
11
#endif