We need to skip on hppa since it's not possible to access arbitrary frames.

Dave
--
John David Anglin       dave.ang...@bell.net


2015-11-07  John David Anglin  <dang...@gcc.gnu.org>

        * gcc.dg/Wno-frame-address.c: Skip on hppa*-*-*.

Index: gcc.dg/Wno-frame-address.c
===================================================================
--- gcc.dg/Wno-frame-address.c  (revision 229906)
+++ gcc.dg/Wno-frame-address.c  (working copy)
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
-/* { dg-skip-if "Cannot access arbitrary stack frames" { arm*-*-* visium-*-* } 
} */
+/* { dg-skip-if "Cannot access arbitrary stack frames" { arm*-*-* hppa*-*-* 
visium-*-* } } */
 /* { dg-options "-Werror" } */
 
 /* Verify that -Wframe-address is not enabled by default by enabling

Reply via email to