This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [PATCH] PR fortran/65173 -- kill off old_cl_list from gfc_namespace.
On Wed, Dec 07, 2016 at 07:55:01PM -0800, Steve Kargl wrote:
> On Wed, Dec 07, 2016 at 06:14:34PM -0800, Steve Kargl wrote:
> >
> > 2016-12-07 Steven G. Kargl <kargl@gcc.gnu.org>
> >
> > PR fortran/65173
> > * gfortran.h (gfc_namespace): Remove old_cl_list member.
> > * parse.c (use_modules, next_statement): old_cl_list is gone.
> > (clear_default_charlen): Remove no longer used function.
> > (reject_statement): Do not try to clean up gfc_charlen structure(s)
> > that may have been added to a cl_list list.
> > * symbol.c (gfc_new_charlen): old_cl_list structure is gone.
> >
>
> Appears to fix PR fortran/78350 as well.
Appears to fix PR fortran/69859 as well.
--
Steve