Clean up some minor white space issues in trans-decl.c and trans-expr.c
[official-gcc.git] / gcc / testsuite / g++.dg / Wno-frame-address.C
bloba0e9c3684e3c72d67ad407024b6cd66f4d8597c1
1 // { dg-do compile }
2 // { dg-skip-if "Cannot access arbitrary stack frames." { arm*-*-* hppa*-*-* } }
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"