This is the mail archive of the gcc-patches@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]

Re: [patch,gfortran] PR 20541: ALLOCATABLE components of derived types


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.  (I didn't find TR 15581 online, I
> looked at NAG's documenation here <http://www.nag.com/nagware/NP/doc/TR.asp>).
>  Essentially, you're only allowing the declaration syntax, but you're not
> dealing with the automatic recursive deallocation, the deep copying and all
> the other goodies that are explained there.  I don't think the patch is ready
> for inclusion, as it leaves us with an unfunctional extension.

Damn.  It seems to be more work than I had thought.  I'll look
into it to see what I can do.


        Erik


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