From: John David Anglin Date: Sun, 25 Oct 2015 14:58:28 +0000 (+0000) Subject: Wno-frame-address.C: Skip on hppa*-*-*. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fa788aea5387b066df50efa36810d7600063e7f1;p=gcc.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 03f7f00e149..80242736f2b 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 affcf9c9e16..32a5cfd21ca 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