diff options
author | John David Anglin <danglin@gcc.gnu.org> | 2016-04-09 17:15:15 +0000 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2016-04-09 17:15:15 +0000 |
commit | 75e1dd9ed027ad7129a281980ee1c3b33c14ab7a (patch) | |
tree | b6e351f531034ad17cae5a71c21e3f68e8dfaadf /gcc | |
parent | 8a976f5fb62a5fbb29559b3d234cb6eb9fb5afc6 (diff) | |
download | gcc-75e1dd9ed027ad7129a281980ee1c3b33c14ab7a.zip gcc-75e1dd9ed027ad7129a281980ee1c3b33c14ab7a.tar.gz gcc-75e1dd9ed027ad7129a281980ee1c3b33c14ab7a.tar.bz2 |
re PR rtl-optimization/66669 (FAIL: gcc.dg/loop-8.c)
PR rtl-optimization/66669
* gcc.dg/loop-8.c: Skip on hppa*-*-*.
From-SVN: r234861
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 3 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/loop-8.c | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 03a73cd..dd6c704 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,8 @@ 2016-04-09 John David Anglin <danglin@gcc.gnu.org> + PR rtl-optimization/66669 + * gcc.dg/loop-8.c: Skip on hppa*-*-*. + * gcc.dg/debug/dwarf2/prod-options.c: Adjust scan for hppa*64*-*-*. * gcc.dg/pic-1.c: Skip on hppa*-*-*. diff --git a/gcc/testsuite/gcc.dg/loop-8.c b/gcc/testsuite/gcc.dg/loop-8.c index 529f5c8..463c5d0 100644 --- a/gcc/testsuite/gcc.dg/loop-8.c +++ b/gcc/testsuite/gcc.dg/loop-8.c @@ -1,6 +1,6 @@ /* { dg-do compile } */ /* { dg-options "-O1 -fdump-rtl-loop2_invariant" } */ -/* { dg-skip-if "unexpected IV" { "visium-*-*" } { "*" } { "" } } */ +/* { dg-skip-if "unexpected IV" { "hppa*-*-* visium-*-*" } { "*" } { "" } } */ void f (int *a, int *b) |