From: John David Anglin Date: Sun, 25 Oct 2015 14:58:28 +0000 (+0000) Subject: Wno-frame-address.C: Skip on hppa*-*-*. X-Git-Tag: upstream/12.2.0~51523 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fa788aea5387b066df50efa36810d7600063e7f1;p=platform%2Fupstream%2Fgcc.git Wno-frame-address.C: Skip on hppa*-*-*. * g++.dg/Wno-frame-address.C: Skip on hppa*-*-*. From-SVN: r229298 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 03f7f00..8024273 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2015-10-25 John David Anglin + + * g++.dg/Wno-frame-address.C: Skip on hppa*-*-*. + 2015-10-25 Uros Bizjak PR target/68084 diff --git a/gcc/testsuite/g++.dg/Wno-frame-address.C b/gcc/testsuite/g++.dg/Wno-frame-address.C index affcf9c..32a5cfd 100644 --- a/gcc/testsuite/g++.dg/Wno-frame-address.C +++ b/gcc/testsuite/g++.dg/Wno-frame-address.C @@ -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