diff options
author | John David Anglin <danglin@gcc.gnu.org> | 2015-11-07 22:22:33 +0000 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2015-11-07 22:22:33 +0000 |
commit | 171258f7060cde2461556a575f94008a704b493d (patch) | |
tree | 9eca652f19e6df5cb25b520ba2fa4103650afee1 /gcc | |
parent | 57e596204fceef2e9196c76f0cb102e4fd66646d (diff) | |
download | gcc-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/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/Wno-frame-address.c | 2 |
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 |