2 ! This used to fail, it was magically fixed; keep in the testsuite so
3 ! that we keep an eye on it.
6 ! { dg-options "-fbounds-check" }
11 integer, allocatable
:: ipv(:)
14 type(dbprc_type
), allocatable
:: pre(:)
19 type(dbprc_type
),allocatable
, intent(inout
) :: p(:)
24 if (.not
.allocated(p(nl
)%ipv
)) then