2 ! { dg-options "-O2 -fdump-tree-profile_estimate" }
4 subroutine test(block
, array
)
5 integer :: i
, block(9), array(2)
7 do i
= array(1), array(2), 2
11 do i
= array(1), array(2), -2
12 block(i
) = block(i
) + i
17 ! { dg-final { scan-tree-dump-times "Fortran loop preheader heuristics of edge\[^:\]*: 1.00%" 2 "profile_estimate" } }