1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fdump-tree-cunrolli-details -fno-peel-loops -fno-tree-vrp -fdisable-tree-cunroll -fenable-tree-cunrolli=foo2 -fdisable-tree-cunrolli=foo" } */
4 unsigned a
[100], b
[100];
14 for (i
= 0; i
< 2; i
++)
24 for (i
= 0; i
< 2; i
++)
31 /* { dg-final { scan-tree-dump-times "loop with 2 iterations completely unrolled" 1 "cunrolli" } } */