aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJohn David Anglin <danglin@gcc.gnu.org>2015-11-07 22:22:33 +0000
committerJohn David Anglin <danglin@gcc.gnu.org>2015-11-07 22:22:33 +0000
commit171258f7060cde2461556a575f94008a704b493d (patch)
tree9eca652f19e6df5cb25b520ba2fa4103650afee1 /gcc
parent57e596204fceef2e9196c76f0cb102e4fd66646d (diff)
downloadgcc-171258f7060cde2461556a575f94008a704b493d.zip
gcc-171258f7060cde2461556a575f94008a704b493d.tar.gz
gcc-171258f7060cde2461556a575f94008a704b493d.tar.bz2
Wno-frame-address.c: Skip on hppa*-*-*.
* gcc.dg/Wno-frame-address.c: Skip on hppa*-*-*. From-SVN: r229940
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/ChangeLog4
-rw-r--r--gcc/testsuite/gcc.dg/Wno-frame-address.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 65e940b..7cc0ac9 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2015-11-07 John David Anglin <danglin@gcc.gnu.org>
+
+ * gcc.dg/Wno-frame-address.c: Skip on hppa*-*-*.
+
2015-11-07 Steven G. Kargl <kargl@gcc.gnu.org>
PR fortran/68153
diff --git a/gcc/testsuite/gcc.dg/Wno-frame-address.c b/gcc/testsuite/gcc.dg/Wno-frame-address.c
index d464ad6..6409b29 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