1 /* { dg-options "-O2 -fdump-tree-modref1" } */
2 /* { dg-do compile } */
3 __attribute__((noinline
))
4 void a(char *ptr
, char *ptr2
)
10 __attribute__((noinline
))
18 char c
[5]={0,1,2,0,0};
22 /* Check that both param offsets are determined correctly and the computation
24 /* { dg-final { scan-tree-dump "param offset:1" "modref1" } } */
25 /* { dg-final { scan-tree-dump "param offset:3" "modref1" } } */
26 /* { dg-final { scan-tree-dump "return 0" "modref1" } } */