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
Handle peeling for alignment with masking
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pie-7.c
blob
e118a98bafd2159486a723a11f15714f685ff588
1
/* { dg-do run { target pie } } */
2
/* { dg-options "-fno-pie -no-pie" } */
3
4
int
main
(
void
)
5
{
6
return
0
;
7
}