Skip to content

Commit

Permalink
Wno-frame-address.c: Skip on hppa*-*-*.
Browse files Browse the repository at this point in the history
	* gcc.dg/Wno-frame-address.c: Skip on hppa*-*-*.

From-SVN: r229940
  • Loading branch information
John David Anglin committed Nov 7, 2015
1 parent 57e5962 commit 171258f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions gcc/testsuite/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2015-11-07 John David Anglin <[email protected]>

* gcc.dg/Wno-frame-address.c: Skip on hppa*-*-*.

2015-11-07 Steven G. Kargl <[email protected]>

PR fortran/68153
Expand Down
2 changes: 1 addition & 1 deletion gcc/testsuite/gcc.dg/Wno-frame-address.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 171258f

Please sign in to comment.