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]

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


Author: nathan
Date: Mon May 22 16:02:39 2017
New Revision: 248338

URL: https://gcc.gnu.org/viewcvs?rev=248338&root=gcc&view=rev
Log:
	gcc/cp/
	* config-lang.in: Update.
	* name-lookup.c (add_using_directive): Rename to ...
	(add_using_namespace): ... here.  Add FROM arg.
	(do_toplevel_using_directive): Fold into add_using_namespace.
	(finish_namespace_using_directive, finish_local_using_directive)
	push_namespace): Adjust.
(--This line, and those below, will be ignored--

M    ChangeLog.modules
M    gcc/cp/name-lookup.c
M    gcc/cp/config-lang.in

Modified:
    branches/c++-modules/ChangeLog.modules
    branches/c++-modules/gcc/cp/config-lang.in
    branches/c++-modules/gcc/cp/name-lookup.c


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