(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
tree-ssa/
ssa-thread-17.c
       1  /* { dg-do compile } */
       2  /* { dg-options "-O2 -fdump-tree-threadfull1-details --param max-jump-thread-paths=15" } */
       3  
       4  #include "ssa-thread-16.c"
       5  
       6  /* With limiting the search space we should no longer consider this path.  */
       7  /* { dg-final { scan-tree-dump-not "SUCCESS" "threadfull1" } } */