aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/pr66107.f90
blob: 5127efaeed31856eddd0f494712876fc39fda349 (plain)
1
2
3
4
5
6
! { dg-do compile }
! PR fortran/66107
subroutine p
 integer n
 character(*), parameter :: z(1) = [character(len=n) :: 'x'] ! { dg-error "Cannot initialize parameter array at .1. with variable length elements" }
end subroutine