This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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: 3rd ICE on PR20541 - allocatable components of derived types (TR15581))


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


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