aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/c-c++-common/fhardened-14.c
blob: 04d6c8ff954d668efceaa907cc9380aa59b225a9 (plain)
1
2
3
4
5
6
/* { dg-do compile { target { { *-*-linux* *-*-gnu* } && pie } } } */
/* { dg-options "-fhardened -O -fno-PIE" } */

#ifdef __PIE__
# error "PIE enabled when it should not be"
#endif