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/59862] Code does not compile with 4.8.1 tarball release but compiles with 4.8.1 SVN release


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59862

--- Comment #3 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
Can you make a diff of /path_tar/gcc/fortran and /path_svn/gcc/fortran?

The error

Error: Deferred-length character component 'getname' at (1) is not yet
supported

is still active even on trunk (4.9.0, r206729). The 4.8 (including 4.8.1 svn)
and 4.9 manual says

Deferred-length character strings of Fortran 2003 supports part of
the features of @code{ISO_VARYING_STRING} and should be considered as
replacement. (Namely, allocatable or pointers of the type
@code{character(len=:)}.)


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