aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/tree-ssa/ssa-thread-17.c
blob: 94ee66667883476871f917e7679133ecd2510639 (plain)
1
2
3
4
5
6
7
/* { dg-do compile } */
/* { dg-options "-O2 -fdump-tree-threadfull1-details --param max-jump-thread-paths=15" } */

#include "ssa-thread-16.c"

/* With limiting the search space we should no longer consider this path.  */
/* { dg-final { scan-tree-dump-not "SUCCESS" "threadfull1" } } */