This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch,gfortran] PR 20541: ALLOCATABLE components of derivedtypes
- From: Tobias Schlüter <tobias dot schlueter at physik dot uni-muenchen dot de>
- To: Erik Edelmann <erik dot edelmann at iki dot fi>
- Cc: gfortran <fortran at gcc dot gnu dot org>,gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Tue, 27 Sep 2005 23:35:18 +0200
- Subject: Re: [patch,gfortran] PR 20541: ALLOCATABLE components of derivedtypes
- References: <20050927212240.GA4181@acclab.helsinki.fi>
Erik Edelmann wrote:
> Here is a patch to implement support for ALLOCATABLE components
> of derived types (part of TR15581 and F2003). It adds a new
> field 'allocatable' to the struct gfc_component, and a few bits
> and pieces of code to take this new possibility into account.
Yeehaw! Very cool! One thing that's missing is documentation, I'll look at
the patch proper later tonight or tomorrow.
- Tobi