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

#ifndef __PIC__
# error __PIC__ is not defined!
#endif

#ifndef __PIE__
# error __PIE__ is not defined!
#endif