]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
PR tree-optimization/68541
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 8 Feb 2016 19:52:50 +0000 (19:52 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 8 Feb 2016 19:52:50 +0000 (19:52 +0000)
* gcc.dg/tree-ssa/split-path-1.c: Increase limit for number
of statements allowed in join block for path splitting.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@233227 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/split-path-1.c

index 64f512d44967077178e2fc5357a0c542f6305380..9f629d6f55e2c8a71aae32c8b468e5d2fd90171d 100644 (file)
@@ -1,3 +1,9 @@
+2016-02-08  Jeff Law  <law@redhat.com>
+
+       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  <jakub@redhat.com>
 
        PR c++/59627
index b24f6a9f79e790590a6295ab9389e8153863e8ab..8b23ef4c7a3484cdc1647ee6d1b150f15685beff 100644 (file)
@@ -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 <stdio.h>
 #include <stdlib.h>