Commit b5040634 by Richard Biener Committed by Richard Biener

re PR tree-optimization/65917 (XFAIL: gcc.dg/tree-ssa/20030922-2.c…

re PR tree-optimization/65917 (XFAIL: gcc.dg/tree-ssa/20030922-2.c scan-tree-dump-times dom1 "if " 2)

2015-04-29  Richard Biener  <rguenther@suse.de>

	PR tree-optimization/65917
	* gcc.dg/tree-ssa/20030922-2.c: Disable ifcombine and XFAIL.

From-SVN: r222562
parent 8848828b
2015-04-29 Richard Biener <rguenther@suse.de>
PR tree-optimization/65917
* gcc.dg/tree-ssa/20030922-2.c: Disable ifcombine and XFAIL.
2015-04-29 Christian Bruel <christian.bruel@st.com>
PR target/64835
......
/* { dg-do compile } */
/* { dg-options "-O1 -fdump-tree-dom1" } */
/* { dg-options "-O1 -fdump-tree-dom1 -fdisable-tree-ifcombine" } */
struct rtx_def;
typedef struct rtx_def *rtx;
......@@ -20,5 +20,9 @@ rgn_rank (rtx insn1, rtx insn2)
}
/* There should be two IF conditionals. */
/* { dg-final { scan-tree-dump-times "if " 2 "dom1" } } */
/* This now fails as it requires a very specific decision of DOM which
SSA name to record as a copy of the other when DOM derives copies
from temporary equivalences. The heuristics there no longer do
the correct thing. VRP still optimizes this testcase. */
/* { dg-final { scan-tree-dump-times "if " 2 "dom1" { xfail *-*-* } } } */
/* { dg-final { cleanup-tree-dump "dom1" } } */
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