Match: Support form 1 for scalar signed integer .SAT_ADD
[official-gcc.git] / gcc / testsuite / gfortran.dg / charlen_04.f90
blob97aa0ec583c8aa086c306ee7ad7e26739390eda4
1 ! { dg-do compile }
2 ! PR fortran/65173
3 program p
4 type t
5 character(*), allocatable :: x(*) ! { dg-error "must have a deferred shape" }
6 end type ! { dg-error "needs to be a constant specification" "" { target "*-*-*" } .-1 }
7 end