aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJohn David Anglin <danglin@gcc.gnu.org>2016-04-09 17:15:15 +0000
committerJohn David Anglin <danglin@gcc.gnu.org>2016-04-09 17:15:15 +0000
commit75e1dd9ed027ad7129a281980ee1c3b33c14ab7a (patch)
treeb6e351f531034ad17cae5a71c21e3f68e8dfaadf /gcc
parent8a976f5fb62a5fbb29559b3d234cb6eb9fb5afc6 (diff)
downloadgcc-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/ChangeLog3
-rw-r--r--gcc/testsuite/gcc.dg/loop-8.c2
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)