Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git] / gcc / testsuite / gcc.dg / pic-1.c
blob4bb332ec01e8eed7e75472064e8ba88c6bc02259
1 /* { dg-do compile { target { ! { *-*-darwin* hppa*-*-* amdgcn*-*-* } } } } */
2 /* { dg-require-effective-target fpic } */
3 /* { dg-options "-fpic" } */
5 #if __PIC__ != 1
6 # error __PIC__ is not 1!
7 #endif
9 #ifdef __PIE__
10 # error __PIE__ is defined!
11 #endif