r269590 - in /branches/c++-modules: ChangeLog.m...

nathan@gcc.gnu.org nathan@gcc.gnu.org
Mon Mar 11 17:16:00 GMT 2019


Author: nathan
Date: Mon Mar 11 17:16:00 2019
New Revision: 269590

URL: https://gcc.gnu.org/viewcvs?rev=269590&root=gcc&view=rev
Log:
	Anon entities never placed in symbol tables.
	gcc/cp/
	* module.cc (depset::hash::add_binding): Assert not anonymous.
	* name-lookup.c (pop_local_binding): Popping anonymous is a NOP.
	(do_pushdecl): Pushing anonymous doesn't push to symbol table.
	gcc/testsuite/
	* g++.dg/other/pr28114.C: Adjust errors.

Modified:
    branches/c++-modules/ChangeLog.modules
    branches/c++-modules/gcc/cp/module.cc
    branches/c++-modules/gcc/cp/name-lookup.c
    branches/c++-modules/gcc/testsuite/g++.dg/other/pr28114.C



More information about the Gcc-cvs mailing list