5 character(2), allocatable
:: a(*) ! { dg-error "must have a deferred shape" }
6 character(*), allocatable
:: b(2) ! { dg-error "must have a deferred shape" }
7 character(*), allocatable
:: c(*) ! { dg-error "must have a deferred shape" }
10 ! { dg-excess-errors "needs to be a constant specification" }