RISC-V: Refactor Dynamic LMUL codes
[official-gcc.git] / gcc / testsuite / gfortran.dg / charlen_05.f90
blobe58f9263330c4526fc0660944c9b602d9a5bd2e0
1 ! { dg-do compile }
2 ! PR fortran/65173
3 program p
4 type t
5 character(*) :: x y ! { dg-error "error in data declaration" }
6 end type ! { dg-error "needs to be a constant specification" "" { target "*-*-*" } .-1 }
7 end