1 /* Verify straight-line strength reduction in using
2 alternative base expr to record and look for the
3 potential candidate. */
5 /* { dg-do compile } */
6 /* { dg-options "-O2 -fdump-tree-slsr-details" } */
8 typedef int arr_2
[50][50];
10 void foo (arr_2 a2
, int v1
)
23 /* { dg-final { scan-tree-dump-times "Replacing reference: " 5 "slsr" } } */