gcc/gcc/testsuite/gcc.dg/pie-3.c

11 lines
220 B
C

/* { dg-do compile { target { ! { *-*-darwin* hppa*64*-*-* mips*-*-linux-* } } } } */
/* { dg-options "-fno-pie" } */
#ifdef __PIC__
# error __PIC__ is defined!
#endif
#ifdef __PIE__
# error __PIE__ is defined!
#endif