1 /* { dg-do compile } */
2 /* { dg-options "-O2 -ftree-loop-distribution -fdump-tree-ldist-details" } */
4 int foo (int flag
, char *a
)
11 for (i
= 0; i
< 4; i
++)
13 for (j
= l
- 1; j
> 0; j
--)
19 /* Addresses of array reference a[j] and a[j - 1] are SCEVs. */
20 /* { dg-final { scan-tree-dump-not "failed: evolution of base is not affine." "ldist" } } */