1 /* Verify straight-line strength reduction for simple pointer subtraction. */
3 /* { dg-do compile } */
4 /* { dg-options "-O3 -fdump-tree-optimized" } */
9 int a1
, a2
, a3
, *x1
, *x2
, *x3
;
20 /* There are 4 ' * ' instances in the decls (since "int * iftmp.0;" is
21 added), 1 parm, 2 in the code. The second one in the code can be
23 /* { dg-final { scan-tree-dump-times " w?\\* " 7 "optimized" } } */
24 /* { dg-final { cleanup-tree-dump "optimized" } } */