r232965 - in /trunk/gcc/cp: ChangeLog name-look...

ppalka@gcc.gnu.org ppalka@gcc.gnu.org
Fri Jan 29 01:51:00 GMT 2016


Author: ppalka
Date: Fri Jan 29 01:51:03 2016
New Revision: 232965

URL: https://gcc.gnu.org/viewcvs?rev=232965&root=gcc&view=rev
Log:
Fix cp_binding_level reuse logic

gcc/cp/ChangeLog:

	* name-lookup.c (begin_scope): After reusing a cp_binding_level
	structure, update free_binding_level before the structure's
	level_chain field gets cleared, not after.


Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/name-lookup.c



More information about the Gcc-cvs mailing list