This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/31818] Wrongly accepts namelists with assumed-shape arrays



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]