blob: b47bf43f36057c9d9d3e3bc89ad5d66eb30faf88 (
plain)
1
2
3
4
5
6
7
|
/* { dg-do compile { target { { *-*-linux* *-*-gnu* } && pie } } } */
/* { dg-options "-fhardened -O -fpie" } */
/* -fpie takes precedence over -fhardened */
#if __PIE__ != 1
# error "__PIE__ != 1"
#endif
|