From 810a3aa6bbdc5d2fd058f60683ea5c22c427eddd Mon Sep 17 00:00:00 2001 From: Matthew Fortune Date: Tue, 9 Aug 2016 14:36:45 +0000 Subject: [PATCH] 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 --- gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/gcc.dg/loop-8.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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) -- 2.30.2