1 /* PR tree-optimization/25501
2 The PHI merge pass used to try to merge PHI nodes that cannot
3 actually merged, causing a segfault later. Make sure that does not
6 /* { dg-options "-O1 -fdump-tree-mergephi1" } */
35 /* { dg-final { scan-tree-dump-times "Removing basic block" 0 "mergephi1"} } */
36 /* { dg-final { cleanup-tree-dump "mergephi1" } } */