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
libcpp, c, middle-end: Optimize initializers using #embed in C
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pie-5.c
blob
d49554f184c6befc9c9c58e3cde71896eceb06fc
1
/* { dg-do compile { target pie_enabled } } */
2
/* { dg-options "" } */
3
4
#ifndef __PIC__
5
# error __PIC__ is not defined!
6
#endif
7
8
#ifndef __PIE__
9
# error __PIE__ is not defined!
10
#endif