blob: fd4a48da45f5f27a453c98b3497f3314887e6b15 [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