2 ! { dg-options "-fdec-structure" }
4 ! Test STRUCTUREs containin other STRUCTUREs.
8 character(*), intent(in
) :: s
27 record /s2
/ r2
, r2_a(10)
29 ! Nested and array records
31 r2_a(3).r1
.i1
= -13579
33 if (r2
.r1
.r1
.ne
. 135.79) then
34 call aborts("r1.r1.r1")
37 if (r2_a(3).r1
.i1
.ne
. -13579) then
38 call aborts("r2_a(3).r1.i1")