4 ! This ICE'd because the temporary-creation in the MVBITS call was wrong.
5 ! This is the original test from the PR, the complicated version.
7 ! Contributed by Dick Hendrickson <dick.hendrickson@gmail.com>
17 SUBROUTINE YG0009(TDA2L
,NF4
,NF3
,NF1
,MF1
,MF4
,MF3
)
18 TYPE(UNSEQ
) TDA2L(NF4
,NF3
)
20 CALL MVBITS (TDA2L(NF4
:NF1
:MF1
,NF1
:NF3
)%I
,2, &
21 4, TDA2L(-MF4
:-MF1
:-NF1
,-MF1
:-MF3
)%I
, 3)
25 end module yg0009_stuff
29 type(unseq
) tda2l(4,3)
31 call yg0009(tda2l
,4,3,1,-1,-4,-3)