2 // { dg-options "-O2 -fdump-tree-cddce1" }
9 void bar_dtor_loop(Bar* p, unsigned int n)
20 // The clobber in ~Bar should persist but those inlined into
21 // bar_dtor_loop not, nor should the loop therein
23 // { dg-final { scan-tree-dump-times "CLOBBER" 1 "cddce1" } }
24 // { dg-final { scan-tree-dump-times "if" 0 "cddce1" } }