public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [committed] Skip g++.dg/Wno-frame-address.C on hppa
@ 2015-10-25 15:30 John David Anglin
  0 siblings, 0 replies; only message in thread
From: John David Anglin @ 2015-10-25 15:30 UTC (permalink / raw)
  To: GCC Patches

[-- Attachment #1: Type: text/plain, Size: 139 bytes --]

It is not possible to access arbitrary stack frames on hppa.  Committed to trunk.

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



[-- Attachment #2: Wno-frame-address.C.d.txt --]
[-- Type: text/plain, Size: 610 bytes --]

2015-10-25  John David Anglin  <danglin@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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-10-25 15:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-25 15:30 [committed] Skip g++.dg/Wno-frame-address.C on hppa John David Anglin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).