Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gcc.dg
/
pie-4.c
blob: 5523602abe0583f8a9a3d4d0361e0c57e067b1e8 [
file
] [
log
] [
blame
]
/* { dg-do compile { target { ! { *-*-darwin* hppa*64*-*-* mips*-*-linux-* amdgcn*-*-* } } } } */
/* { dg-options "-fno-PIE" } */
#ifdef
__PIC__
# error __PIC__ is defined!
#endif
#ifdef
__PIE__
# error __PIE__ is defined!
#endif