2 ! PR78659 Spurious "requires DTIO" reported against namelist statement
6 INTEGER, allocatable
:: array(:)
12 class(ta
), allocatable
:: x
14 WRITE (*, nml
)! { dg-error "is polymorphic and requires a defined input/output procedure" }
15 READ (*, nml
) ! { dg-error "is polymorphic and requires a defined input/output procedure" }