summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/charlen_06.f90
blob: e20d6047f68775babd31fa78d884ae56fb696182 (plain)
1
2
3
4
5
6
7
8
! { dg-do compile }
! PR fortran/65173
program p
   type t
      character(*) :: x+1  ! { dg-error "error in data declaration" }
   end type
end
! { dg-excess-errors "needs to be a constant specification" }