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

nathan@gcc.gnu.org nathan@gcc.gnu.org
Wed Jan 30 17:42:00 GMT 2019


Author: nathan
Date: Wed Jan 30 17:42:03 2019
New Revision: 268399

URL: https://gcc.gnu.org/viewcvs?rev=268399&root=gcc&view=rev
Log:
	ADL part 1
	gcc/cp/
	* cp-tree.h (module_visible_instantiation_path): Declare.
	* module.cc (module_visible_instantiation_path): Implement.
	* name-lookup.c (name_lookup::add_module_fns): Delete.
	(name_lookup::add_namespace_fns): Add visible bitmaps,
	reimplement.
	(name_lookup::search_adl): Get path of instantiation.
	gcc/testsuite/
	* g++.dg/modules/adl-1_[abc].C: New.

Added:
    branches/c++-modules/gcc/testsuite/g++.dg/modules/adl-1_a.C
    branches/c++-modules/gcc/testsuite/g++.dg/modules/adl-1_b.C
    branches/c++-modules/gcc/testsuite/g++.dg/modules/adl-1_c.C
Modified:
    branches/c++-modules/ChangeLog.modules
    branches/c++-modules/gcc/cp/cp-tree.h
    branches/c++-modules/gcc/cp/module.cc
    branches/c++-modules/gcc/cp/name-lookup.c



More information about the Gcc-cvs mailing list