1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fdump-tree-pre-details" } */
17 /* We should see the partial redundancy of hoist + 4, not being confused
18 about bark () possibly clobbering hoist. */
20 /* { dg-final { scan-tree-dump "Replaced hoist" "pre" } } */
21 /* { dg-final { cleanup-tree-dump "pre" } } */