------- Comment #2 from kargl at gcc dot gnu dot org 2006-12-28 19:37 ------- The following appears to work, so Vivek if you have a critical need to get an application compiled. You can split the line.
module amod ! The following is a work around. character (len=1), parameter :: aa = "z" character (len=1), parameter :: bb(1) = (/ aa /) end module amod -- kargl at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kargl at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30319