aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pic-4.c
blob: d7acefaf9aa4d7778dea80cc6f3e7a2bdd3f0aeb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* { dg-do compile { target { ! { *-*-darwin* hppa*64*-*-* mips*-*-linux-* amdgcn*-*-* } } } } */
/* { dg-options "-fno-PIC" } */

#if defined(__CYGWIN__) || defined(__WIN32__)
# if __PIC__ != 1
#  error __PIC__ is not 1!
# endif
#elif __PIC__
# error __PIC__ is defined!
#endif

#ifdef __PIE__
# error __PIE__ is defined!
#endif