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
2015-12-10 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
i386
/
pie.c
blob
f96be6c0153445fb983fde47091fe4c488146ea9
1
/* { dg-do compile { target pie_enabled } } */
2
/* { dg-options "-O2" } */
3
4
int
foo
(
void
);
5
6
int
7
main
(
void
)
8
{
9
return
foo
();
10
}
11
12
/* { dg-final { scan-assembler "foo@PLT" } } */