This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: 3rd ICE on PR20541 - allocatable components of derived types (TR15581))
- From: Erik Edelmann <erik dot edelmann at iki dot fi>
- To: Jack Howarth <howarth at bromo dot msbb dot uc dot edu>
- Cc: fortran at gcc dot gnu dot org
- Date: Mon, 31 Jul 2006 12:08:58 +0300
- Subject: Re: 3rd ICE on PR20541 - allocatable components of derived types (TR15581))
- References: <20060730224504.3545B70006@bromo.msbb.uc.edu>
On Sun, Jul 30, 2006 at 06:45:04PM -0400, Jack Howarth wrote:
> Erik,
> If I understand the proposed patch correctly, it shouldn't impact anything
> else in gfortran other than to implement a previously nonexistent feature.
> If that is true, even as a new feature, it should still be allowed at this
> point since it can't cause regressions elsewhere.
Well, yes, almost all of the code in the patch is hidden by
if (allocatable components)
{
...
}
so the probability that it will cause regressions is small. But
it's still a pretty large patch.
Erik