This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: [PATCH] PR fortran/65173 -- kill off old_cl_list from gfc_namespace.


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


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