This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] PR fortran/65173 -- kill off old_cl_list from gfc_namespace.
- From: Steve Kargl <sgk at troutmask dot apl dot washington dot edu>
- To: fortran at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: Wed, 7 Dec 2016 19:55:01 -0800
- Subject: Re: [PATCH] PR fortran/65173 -- kill off old_cl_list from gfc_namespace.
- Authentication-results: sourceware.org; auth=none
- References: <20161208021434.GA53267@troutmask.apl.washington.edu>
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.
--
Steve