summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/charlen_04.f90
blob: 97aa0ec583c8aa086c306ee7ad7e26739390eda4 (plain)
1
2
3
4
5
6
7
! { dg-do compile }
! PR fortran/65173
program p
   type t
      character(*), allocatable :: x(*)  ! { dg-error "must have a deferred shape" }
   end type                              ! { dg-error "needs to be a constant specification" "" { target "*-*-*" } .-1 } 
end