From: John David Anglin Date: Sat, 7 Nov 2015 22:22:33 +0000 (+0000) Subject: Wno-frame-address.c: Skip on hppa*-*-*. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=171258f7060cde2461556a575f94008a704b493d;p=gcc.git Wno-frame-address.c: Skip on hppa*-*-*. * gcc.dg/Wno-frame-address.c: Skip on hppa*-*-*. From-SVN: r229940 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 65e940b1b7e..7cc0ac9d3be 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2015-11-07 John David Anglin + + * gcc.dg/Wno-frame-address.c: Skip on hppa*-*-*. + 2015-11-07 Steven G. Kargl PR fortran/68153 diff --git a/gcc/testsuite/gcc.dg/Wno-frame-address.c b/gcc/testsuite/gcc.dg/Wno-frame-address.c index d464ad6f1e1..6409b29d557 100644 --- a/gcc/testsuite/gcc.dg/Wno-frame-address.c +++ b/gcc/testsuite/gcc.dg/Wno-frame-address.c @@ -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