aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/c-c++-common/fhardened-11.c
blob: d1a973d177ad27b1952f4a924a17bbdf4fb8ad5c (plain)
1
2
3
4
5
6
7
8
9
10
/* { dg-do compile { target *-*-linux* *-*-gnu* } } */
/* { dg-options "-fhardened -O -D_FORTIFY_SOURCE_ -D_GLIBCXX_ASSERTIONS_" } */

#ifndef _FORTIFY_SOURCE
# error "_FORTIFY_SOURCE disabled when it should not be"
#endif

#ifndef _GLIBCXX_ASSERTIONS
# error "_GLIBCXX_ASSERTIONS disabled when it should not be"
#endif