From: danglin Date: Sat, 9 Apr 2016 17:15:15 +0000 (+0000) Subject: PR rtl-optimization/66669 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5d61c198768776ac45330002778f596c21d482f1;p=thirdparty%2Fgcc.git PR rtl-optimization/66669 * gcc.dg/loop-8.c: Skip on hppa*-*-*. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@234861 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 03a73cd73c8b..dd6c704a20a0 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,8 @@ 2016-04-09 John David Anglin + 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 529f5c8f3dd2..463c5d0a29a6 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)