From 4b4a9fbde878d5db993466606c277c827117cbdf Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Mon, 8 Feb 2016 12:52:50 -0700 Subject: [PATCH] re PR tree-optimization/68541 (Path splitting causes if-conversion miss) PR tree-optimization/68541 * gcc.dg/tree-ssa/split-path-1.c: Increase limit for number of statements allowed in join block for path splitting. From-SVN: r233227 --- gcc/testsuite/ChangeLog | 6 ++++++ gcc/testsuite/gcc.dg/tree-ssa/split-path-1.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 64f512d..9f629d6 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2016-02-08 Jeff Law + + PR tree-optimization/68541 + * gcc.dg/tree-ssa/split-path-1.c: Increase limit for number + of statements allowed in join block for path splitting. + 2016-02-08 Jakub Jelinek PR c++/59627 diff --git a/gcc/testsuite/gcc.dg/tree-ssa/split-path-1.c b/gcc/testsuite/gcc.dg/tree-ssa/split-path-1.c index b24f6a9..8b23ef4 100644 --- a/gcc/testsuite/gcc.dg/tree-ssa/split-path-1.c +++ b/gcc/testsuite/gcc.dg/tree-ssa/split-path-1.c @@ -1,5 +1,5 @@ /* { dg-do run } */ -/* { dg-options "-O2 -fsplit-paths -fdump-tree-split-paths-details " } */ +/* { dg-options "-O2 -fsplit-paths -fdump-tree-split-paths-details --param max-jump-thread-duplication-stmts=20" } */ #include #include -- 2.7.4