[Bug fortran/48923] Type with Allocatable Length Character Component
burnus at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Oct 9 19:38:00 GMT 2013
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48923
Tobias Burnus <burnus at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |burnus at gcc dot gnu.org
Resolution|--- |FIXED
--- Comment #3 from Tobias Burnus <burnus at gcc dot gnu.org> ---
Close as FIXED as gfortran 4.8 and 4.9 no longer crash but print:
character (len = :), allocatable :: mail
1
Error: Deferred-length character component 'mail' at (1) is not yet supported
For the implementation of that Fortran 2003 feature: That's tracked at PR 51976
More information about the Gcc-bugs
mailing list