+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;
}
/* 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" } } */