PR tree-optimization/81303
[official-gcc.git] / gcc / testsuite / gcc.dg / pie-5.c
blobd49554f184c6befc9c9c58e3cde71896eceb06fc
1 /* { dg-do compile { target pie_enabled } } */
2 /* { dg-options "" } */
4 #ifndef __PIC__
5 # error __PIC__ is not defined!
6 #endif
8 #ifndef __PIE__
9 # error __PIE__ is not defined!
10 #endif