aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg
diff options
context:
space:
mode:
authorMatthew Fortune <matthew.fortune@imgtec.com>2016-08-09 14:36:45 +0000
committerMatthew Fortune <mpf@gcc.gnu.org>2016-08-09 14:36:45 +0000
commit810a3aa6bbdc5d2fd058f60683ea5c22c427eddd (patch)
tree63cd8e7c0dbca58611a36d2fe9c5f0c77c2d3394 /gcc/testsuite/gcc.dg
parent23f4e590fb4ce718e58cd736c19d7e6959429500 (diff)
downloadgcc-810a3aa6bbdc5d2fd058f60683ea5c22c427eddd.zip
gcc-810a3aa6bbdc5d2fd058f60683ea5c22c427eddd.tar.gz
gcc-810a3aa6bbdc5d2fd058f60683ea5c22c427eddd.tar.bz2
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
Diffstat (limited to 'gcc/testsuite/gcc.dg')
-rw-r--r--gcc/testsuite/gcc.dg/loop-8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/loop-8.c b/gcc/testsuite/gcc.dg/loop-8.c
index 463c5d0..8a4b209 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)