diff mbox

[committed] Skip g++.dg/Wno-frame-address.C on hppa

Message ID 49083440-2965-4358-977F-589771C9DBDD@bell.net
State New
Headers show

Commit Message

John David Anglin Oct. 25, 2015, 3:03 p.m. UTC
It is not possible to access arbitrary stack frames on hppa.  Committed to trunk.

Dave
--
John David Anglin	dave.anglin@bell.net
2015-10-25  John David Anglin  <danglin@gcc.gnu.org>

	* g++.dg/Wno-frame-address.C: Skip on hppa*-*-*.
diff mbox

Patch

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