aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pie-1.c
blob: ca43e8b7adccab70d0fbd2828889206d6392c3a3 (plain)
1
2
3
4
5
6
7
8
9
10
/* { dg-do compile { target { ! *-*-darwin* } } } */
/* { dg-options "-fpie" } */

#if __PIC__ != 1
# error __PIC__ is not 1!
#endif

#if __PIE__ != 1
# error __PIE__ is not 1!
#endif