[Bug fortran/45170] [F2003] allocatable character lengths
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45170 --- Comment #41 from I M 2013-02-05 16:36:41 UTC --- With version 4.7.2 this bug still exists. Is there any timeline to fix it? The following code module thing implicit none character(len=:), allocatable :: array_of_chars(:
[Bug fortran/45170] [F2003] allocatable character lengths
||gmail dot com --- Comment #40 from I M 2013-02-05 16:33:13 UTC --- With version 4.7.2 this bug still exists. Is there any timeline to fix it?