c++: P0847R7 (deducing this) - xobj lambdas. [PR102609]
[official-gcc.git] / gcc / testsuite / g++.dg / Wno-frame-address.C
blob54a02fe8c9fb3d1252098427ffbb3da54378eb76
1 // { dg-do compile }
2 // { dg-skip-if "Cannot access arbitrary stack frames." { arm*-*-* hppa*-*-* ia64-*-* csky*-*-* } }
3 // { dg-options "-Werror" }
4 // { dg-additional-options "-mbackchain" { target s390*-*-* } }
6 // Verify that -Wframe-address is not enabled by default by enabling
7 // -Werror and verifying the test still compiles.
8 #include "Wframe-address.C"