This is the mail archive of the gcc-cvs@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]

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


Author: nathan
Date: Tue Jun  6 17:58:00 2017
New Revision: 248928

URL: https://gcc.gnu.org/viewcvs?rev=248928&root=gcc&view=rev
Log:
	More PoD struct
	gcc/cp/
	* module.c (cpms_{out,in}::ident_imported_decl): New.
	(cpms_{out,in}::lang_type_vals): New.
	(cpms_{out,in}::core_vals): Blocks and statements.
	(cpms_{out,in}::tree_node): More general import referencing.
	* name-lookup.c (name_lookup::add_module_fns): New.
	(name_lookup::adl_namespace_only): Use it.
	gcc/testsuite/
	* g++.dg/modules/class-3_[abc].C: New.

Added:
    branches/c++-modules/gcc/testsuite/g++.dg/modules/class-3_a.C
    branches/c++-modules/gcc/testsuite/g++.dg/modules/class-3_b.C
    branches/c++-modules/gcc/testsuite/g++.dg/modules/class-3_c.C
Modified:
    branches/c++-modules/ChangeLog.modules
    branches/c++-modules/gcc/cp/module.c
    branches/c++-modules/gcc/cp/name-lookup.c
    branches/c++-modules/gcc/cp/name-lookup.h
    branches/c++-modules/gcc/gdbinit.in


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