From: Matthew Fortune Date: Tue, 9 Aug 2016 14:36:45 +0000 (+0000) Subject: MIPS: Skip gcc.dg/loop-8.c due to additional invariants X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=810a3aa6bbdc5d2fd058f60683ea5c22c427eddd;p=gcc.git MIPS: Skip gcc.dg/loop-8.c due to additional invariants gcc/ PR rtl-optimization/66669 * gcc.dg/loop-8.c: Skip for MIPS due to extra invariants. From-SVN: r239288 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 711778bfb8e..12a58e8935b 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2016-08-09 Matthew Fortune + + PR rtl-optimization/66669 + * gcc.dg/loop-8.c: Skip for MIPS due to extra invariants. + 2016-08-09 Jakub Jelinek PR tree-optimization/72824 diff --git a/gcc/testsuite/gcc.dg/loop-8.c b/gcc/testsuite/gcc.dg/loop-8.c index 463c5d0a29a..8a4b209ec2f 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*-*-* visium-*-*" } { "*" } { "" } } */ +/* { dg-skip-if "unexpected IV" { "hppa*-*-* mips*-*-* visium-*-*" } { "*" } { "" } } */ void f (int *a, int *b)