Retro68/gcc/gcc/testsuite/gfortran.dg/charlen_14.f90
2017-10-07 02:16:47 +02:00

7 lines
232 B
Fortran

! { dg-do compile }
! PR fortran/69064
subroutine setup_check_path(path) ! { dg-error "has no IMPLICIT type" }
implicit none
character(len=path_len),intent(inout)::path ! { dg-error "Scalar INTEGER expression" }
end