c++: prvalue of array type [PR111286]
[official-gcc.git] / gcc / testsuite / c-c++-common / fhardened-10.c
blobbadebc56440dc8b42b41c5589a1eaa42e2f3861f
1 /* { dg-do compile { target *-*-linux* *-*-gnu* } } */
2 /* { dg-options "-fhardened -D_FORTIFY_SOURCE=1" } */
4 #if _FORTIFY_SOURCE != 1
5 # error "_FORTIFY_SOURCE != 1"
6 #endif
8 #ifndef _GLIBCXX_ASSERTIONS
9 # error "_GLIBCXX_ASSERTIONS disabled when it should not be"
10 #endif
12 /* { dg-warning "._FORTIFY_SOURCE. is not enabled" "" { target *-*-* } 0 } */