Commit 3b2a0078 by Bill Schmidt Committed by William Schmidt

re PR tree-optimization/68644 (FAIL: gcc.dg/tree-ssa/ivopts-lt-2.c…

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
parent 198075e1
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> 2017-02-22 Matthew Fortune <matthew.fortune@imgtec.com>
PR target/78660 PR target/78660
......
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-options "-O2 -fdump-tree-ivopts" } */ /* { dg-options "-O2 -fdump-tree-ivopts" } */
/* { dg-skip-if "PR68644" { hppa*-*-* } { "*" } { "" } } */ /* { dg-skip-if "PR68644" { hppa*-*-* powerpc*-*-* } { "*" } { "" } } */
void void
f1 (int *p, unsigned int i) f1 (int *p, unsigned int i)
......
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