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
2018-05-17 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr65780-2.c
blob
bff33237cf52349130acd00873c5bf4a2006322c
1
/* PR target/65780 */
2
/* { dg-do link { target *-*-linux* *-*-gnu* } } */
3
/* { dg-require-effective-target pie } */
4
/* { dg-options "-O2 -fpie" } */
5
6
int
optopt
;
7
8
int
9
main
()
10
{
11
optopt
=
4
;
12
return
0
;
13
}