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