------- Comment #5 from dfranke at gcc dot gnu dot org 2007-07-27 20:27 ------- Try this testcase instead ...
subroutine test(cha) implicit none character(len=10) :: cha(1:) ! added lower-bound namelist /z/ cha end subroutine test -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31818