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
PR middle-end/27945
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pie-link.c
blob
00ff49597ed83917b613dff976b70e6cc6d5ef49
1
/* { dg-do link { target *-*-darwin[912]* *-*-linux* } } */
2
/* { dg-options "-fpie" } */
3
4
int
main
(
void
)
5
{
6
return
0
;
7
}