Skip several analyzer socket tests on hppa*-*-hpux*
[official-gcc.git] / gcc / testsuite / c-c++-common / fhardened-11.c
blobd1a973d177ad27b1952f4a924a17bbdf4fb8ad5c
1 /* { dg-do compile { target *-*-linux* *-*-gnu* } } */
2 /* { dg-options "-fhardened -O -D_FORTIFY_SOURCE_ -D_GLIBCXX_ASSERTIONS_" } */
4 #ifndef _FORTIFY_SOURCE
5 # error "_FORTIFY_SOURCE disabled when it should not be"
6 #endif
8 #ifndef _GLIBCXX_ASSERTIONS
9 # error "_GLIBCXX_ASSERTIONS disabled when it should not be"
10 #endif