1 /* Straight-line strength reduction control flow variation with incr = 1. */
3 /* { dg-do compile } */
4 /* { dg-options "-O3 -fdump-tree-optimized" } */
7 f (int n
, int c
, int s
)
9 int a2
, a3
, a4
, x1
, x2
, x3
, x4
;
27 return x1
+ x2
+ x3
+ x4
;
30 /* { dg-final { scan-tree-dump-times " \\* " 0 "optimized" } } */