re PR tree-optimization/68644 (FAIL: gcc.dg/tree-ssa/ivopts-lt-2.c scan-tree-dump-times ivopts "PHI <p_" 1)

2017-02-22  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>

	PR tree-optimization/68644
	* gcc.dg/tree-ssa/ivopts-lt-2.c: Skip for powerpc*-*-*.

From-SVN: r245656
This commit is contained in:
Bill Schmidt 2017-02-22 18:00:21 +00:00 committed by William Schmidt
parent 198075e1c9
commit 3b2a007843
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2017-02-22 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
PR tree-optimization/68644
* gcc.dg/tree-ssa/ivopts-lt-2.c: Skip for powerpc*-*-*.
2017-02-22 Matthew Fortune <matthew.fortune@imgtec.com>
PR target/78660

View File

@ -1,6 +1,6 @@
/* { dg-do compile } */
/* { dg-options "-O2 -fdump-tree-ivopts" } */
/* { dg-skip-if "PR68644" { hppa*-*-* } { "*" } { "" } } */
/* { dg-skip-if "PR68644" { hppa*-*-* powerpc*-*-* } { "*" } { "" } } */
void
f1 (int *p, unsigned int i)