1 /* { dg-do compile } */
2 /* { dg-options "-O2 -ftree-tail-merge -fdump-tree-pre -fdump-tree-optimized-details-blocks" } */
4 /* Different stmt order. */
6 int f(int c
, int b
, int d
)
25 /* During PRE elimination we should simplify this to return b * 2. */
26 /* { dg-final { scan-tree-dump-times "if " 0 "pre" } } */
27 /* { dg-final { scan-tree-dump "_\[0-9\]+ = b_\[0-9\]+\\(D\\) \\* 2;\[\\r\\n\]\[^\\r\\n\]*return _\[0-9\]+;" "pre" } } */
28 /* { dg-final { scan-tree-dump-not "Invalid sum" "optimized"} } */