1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fdump-tree-lim2-details" } */
15 void test4(unsigned b
)
20 for (i
= 0; i
< 100; i
++)
27 void test5(struct a
*A
, unsigned b
)
31 /* And here as well. */
32 for (i
= 0; i
< 100; i
++)
39 /* { dg-final { scan-tree-dump-times "Executing store motion of" 4 "lim2" { xfail { lp64 || llp64 } } } } */