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)
12 ! { dg-final { scan-tree-dump-times "Fortran loop preheader heuristics of edge\[^:\]*: 99.0%" 1 "profile_estimate" } }