It is not possible to access arbitrary stack frames on hppa. Committed to trunk.
Dave -- John David Anglin dave.ang...@bell.net
2015-10-25 John David Anglin <dang...@gcc.gnu.org> * g++.dg/Wno-frame-address.C: Skip on hppa*-*-*. Index: g++.dg/Wno-frame-address.C =================================================================== --- g++.dg/Wno-frame-address.C (revision 229257) +++ g++.dg/Wno-frame-address.C (working copy) @@ -1,5 +1,5 @@ // { dg-do compile } -// { dg-skip-if "Cannot access arbitrary stack frames." { arm*-*-* } } +// { dg-skip-if "Cannot access arbitrary stack frames." { arm*-*-* hppa*-*-* } } // { dg-options "-Werror" } // Verify that -Wframe-address is not enabled by default by enabling