libcpp, c, middle-end: Optimize initializers using #embed in C
[official-gcc.git] / gcc / testsuite / gcc.dg / tree-ssa / ssa-thread-17.c
blob94ee66667883476871f917e7679133ecd2510639
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fdump-tree-threadfull1-details --param max-jump-thread-paths=15" } */
4 #include "ssa-thread-16.c"
6 /* With limiting the search space we should no longer consider this path. */
7 /* { dg-final { scan-tree-dump-not "SUCCESS" "threadfull1" } } */