Commit 810a3aa6 by Matthew Fortune Committed by Matthew Fortune

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
parent 23f4e590
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> 2016-08-09 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/72824 PR tree-optimization/72824
......
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-options "-O1 -fdump-rtl-loop2_invariant" } */ /* { dg-options "-O1 -fdump-rtl-loop2_invariant" } */
/* { dg-skip-if "unexpected IV" { "hppa*-*-* visium-*-*" } { "*" } { "" } } */ /* { dg-skip-if "unexpected IV" { "hppa*-*-* mips*-*-* visium-*-*" } { "*" } { "" } } */
void void
f (int *a, int *b) f (int *a, int *b)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment