2 ! { dg-options "-fdec-structure" }
4 ! Test UNIONs with array components.
8 character(*), intent(in
) :: s
33 if ( r5
.s(1) .ne
. 'A' &
34 .or
. r5
.s(2) .ne
. 'B' &
35 .or
. r5
.s(3) .ne
. 'C' &
36 .or
. r5
.s(4) .ne
. 'D' &
37 .or
. r5
.s(5) .ne
. 'E') then
38 call aborts ("arrays")