3 ! Test the fix for PR38915 in which the character length of the
4 ! temporaries produced in the assignments marked below was set to
7 ! Contributed by Dick Hendrickson <dick.hendrickson@gmail.com>
15 type (t
) L(3),R(3), LL(4), RR(4)
17 integer nfv1(3), nfv2(3)
24 RR
%c
= LL
%c
! The equivalence forces a dependency
26 if (any (RR(2:4)%c
.ne
. L
%c
)) call abort
30 L(nfv1
)%c
= L(nfv2
)%c
! The vector indices force a dependency
31 if (any (R
%c
.ne
. L
%c
)) call abort