1 /* { dg-do compile } */
2 /* { dg-options "-O1 -fdump-tree-optimized-blocks" } */
34 /* The both paths to the block containing the goto *p should
35 have been threaded, thus eliminating the need for the goto *p. */
37 /* { dg-final { scan-tree-dump-times "goto p" 0 "optimized" } } */
39 /* There should not be any abnormal edges as DOM removed the
42 /* { dg-final { scan-tree-dump-times "ab" 0 "optimized" } } */
43 /* { dg-final { cleanup-tree-dump "optimized" } } */