This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: Patch review
On Wednesday 24 March 2004 14:37, you wrote:
> Paul Brook wrote:
> > I'd like to apologise for being somewhat slow in reviewing patches
> > lately. Your contributions are greatly appreciated, and I hope this
> > hasn't discouraged anyone from contributing to gfortran.
> >
> > If anyone still has unreviewed/uncommitted patches please ping me and/or
> > the list. Patches should generally receive feedback within a week. Feel
> > free to give us a prod if this doesn't happen.
>
> I'm just about done with structure returns, but was holding back due to
> the pending merge with mainline. I was under the impression that we were
> avoiding any significant patches until after the merge, but perhaps I
> was mistaken.
Sort of. tree-ssa is only accepting changes which advance it towards the merge
goals. In practice this means documentation and regression bug fixes.
Defining gfortran regressions is a little tricky given this is the first
release. Basically bugfixes for fortran 77 code are ok, new f95 features
should wait. Big patches may be acceptable if they implement features present
in g77.
I agree that structure returns should wait until after the merge.
Paul