1 /* PR tree-optimization/20913
2 COPY-PROP did not fold COND_EXPR, blocking some copy propagation
5 /* { dg-do compile } */
6 /* { dg-options "-O2 -fno-tree-dominator-opts -fdump-tree-copyprop1-details" } */
9 foo (int a, int b, int c, int d)
25 /* { dg-final { scan-tree-dump-times "with if \\(1\\)" 2 "copyprop1"} } */
26 /* { dg-final { cleanup-tree-dump "copyprop1" } } */