This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [patch,gfortran] PR 20541: ALLOCATABLE components of derived types
Richard.Maine@nasa.gov wrote:
> >tobias.schlueter@physik.uni-muenchen.de wrote:
> >>Your patch implements only a small part of what's needed for TR
> >>15581's
> >>semantics for derived type components..
> >
> >Damn. It seems to be more work than I had thought.
>
> From my "outside" viewpoint of not being a compiler developer, I'd say
> that getting the TR completely implemented and working seems to be
> quite a bit of work (and I think more than most people anticipated).
If I understand it correctly, the TR contains more than just
allocatable components of derived types (allocatable dummies for
exemple). At the moment I don't intend to implement more than
the allocatable components of derived types part. The rest would
be nice as well, but I'll leave that for later (or for someone
else ;-).
Erik