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
This commit is contained in:
John David Anglin 2016-04-09 17:15:15 +00:00
parent 8a976f5fb6
commit 75e1dd9ed0
2 changed files with 4 additions and 1 deletions

View File

@ -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*-*-*.

View File

@ -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)