I have committed a patch to remove the charlen_03.f90 and charlen_10.f90 testcases. These have been attached to PR fortran/78746.
Index: ChangeLog =================================================================== --- ChangeLog (revision 243777) +++ ChangeLog (working copy) @@ -1,3 +1,9 @@ +2016-12-17 Steven G. Kargl <ka...@gcc.gnu.org> + + PR fortran/78746 + * charlen_03.f90: Remove test. + * charlen_10.f90: Ditto. + 2016-12-17 Jakub Jelinek <ja...@redhat.com> PR sanitizer/78832 Index: gfortran.dg/charlen_03.f90 =================================================================== --- gfortran.dg/charlen_03.f90 (revision 243777) +++ gfortran.dg/charlen_03.f90 (nonexistent) @@ -1,9 +0,0 @@ -! { dg-do compile } -! PR fortran/65173 -program p - type t - character(:), allocatable :: x(n) ! { dg-error "must have a deferred shape" } - end type -end -! { dg-excess-errors "must be of INTEGER type" } - Index: gfortran.dg/charlen_10.f90 =================================================================== --- gfortran.dg/charlen_10.f90 (revision 243777) +++ gfortran.dg/charlen_10.f90 (nonexistent) @@ -1,9 +0,0 @@ -! { dg-do compile } -! PR fortran/65173 -program p - type t - character(:), allocatable :: x(y)1 ! { dg-error "must have a deferred shape" } - end type -end -! { dg-excess-errors "must be of INTEGER type" } - -- Steve