1 /* { dg-do compile } */
2 /* { dg-require-effective-target int32plus } */
3 /* { dg-options "-O -fdump-tree-forwprop1" } */
7 int (*a
)[n
] = (int (*)[n
])p
;
14 int (*a
)[n
] = (int (*)[n
])p
;
19 /* { dg-final { scan-tree-dump-times "= MEM\\\[\\\(int \\\*\\\)\[ap\]_.. \\\+ 4B\\\];" 2 "forwprop1" } } */
20 /* { dg-final { cleanup-tree-dump "forwprop1" } } */