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