4 real, parameter :: status
= 0
5 open (newunit
=n
, status
=status
) ! { dg-error "must be of type CHARACTER" }
8 complex, parameter :: status
= 0
9 open (newunit
=n
, status
=status
) ! { dg-error "must be of type CHARACTER" }
12 logical, parameter :: status
= .false
.
13 open (newunit
=a
, status
=status
) ! { dg-error "must be of type CHARACTER" }