MIPS: Skip gcc.dg/loop-8.c due to additional invariants
authorMatthew Fortune <matthew.fortune@imgtec.com>
Tue, 9 Aug 2016 14:36:45 +0000 (14:36 +0000)
committerMatthew Fortune <mpf@gcc.gnu.org>
Tue, 9 Aug 2016 14:36:45 +0000 (14:36 +0000)
gcc/
PR rtl-optimization/66669
* gcc.dg/loop-8.c: Skip for MIPS due to extra invariants.

From-SVN: r239288

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/loop-8.c

index 711778bfb8ebc65d5296e91c2a07efcc0e611d9a..12a58e8935baa16139c0d7f73f860d68d2a550d1 100644 (file)
@@ -1,3 +1,8 @@
+2016-08-09  Matthew Fortune  <matthew.fortune@imgtec.com>
+
+       PR rtl-optimization/66669
+       * gcc.dg/loop-8.c: Skip for MIPS due to extra invariants.
+
 2016-08-09  Jakub Jelinek  <jakub@redhat.com>
 
        PR tree-optimization/72824
index 463c5d0a29a63edf67aaf76e954a5b9c963f0ebc..8a4b209ec2f07a9edc2beb9cdc01fadbea21ed7a 100644 (file)
@@ -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)