From: Kelvin Nilsen Date: Tue, 24 Jan 2017 01:26:13 +0000 (+0000) Subject: re PR rtl-optimization/66669 (FAIL: gcc.dg/loop-8.c) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=75f921278ea4885a83389b44df17bcad872548ca;p=gcc.git re PR rtl-optimization/66669 (FAIL: gcc.dg/loop-8.c) gcc/testsuite/ChangeLog: 2017-01-23 Kelvin Nilsen PR target/66669 * gcc.dg/loop-8.c: Modify dg-skip-if directive to exclude this test on powerpc targets. From-SVN: r244850 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 8798d948e1f..50a04d32d35 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2017-01-23 Kelvin Nilsen + + PR target/66669 + * gcc.dg/loop-8.c: Modify dg-skip-if directive to exclude this + test on powerpc targets. + 2017-01-23 Martin Sebor * gcc.dg/tree-ssa/builtin-sprintf.c: Add test cases. diff --git a/gcc/testsuite/gcc.dg/loop-8.c b/gcc/testsuite/gcc.dg/loop-8.c index 8a4b209ec2f..de9ee89d8ef 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" { "hppa*-*-* mips*-*-* visium-*-*" } { "*" } { "" } } */ +/* { dg-skip-if "unexpected IV" { "hppa*-*-* mips*-*-* visium-*-* powerpc*-*-*" } { "*" } { "" } } */ void f (int *a, int *b)