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]

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


Author: nathan
Date: Thu Jul  5 15:09:59 2018
New Revision: 262441

URL: https://gcc.gnu.org/viewcvs?rev=262441&root=gcc&view=rev
Log:
	Legacy header aliasing
	gcc/
	* doc/invoke.texi (C++ Modules): Update protocol docs
	gcc/cp/
	* cxx-module.cc (module2bmi): Deal with aliasing.
	(encode_module_name): New.
	(read_mapping_file): Use it.  Deal with aliasing.
	(client::imex_response): Likewise.
	(client::action): Likewise,
	* module.c (module_mapper::module_name_kind): New.
	(module_mapper::response_name): Use it.
	(module_mapper::divert_include): Allow aliasing.
	gcc/testsuite/
	* g++.dg/modules/legacy-5.*: New.

Added:
    branches/c++-modules/gcc/testsuite/g++.dg/modules/legacy-5.map
    branches/c++-modules/gcc/testsuite/g++.dg/modules/legacy-5_a.H
    branches/c++-modules/gcc/testsuite/g++.dg/modules/legacy-5_b.C
    branches/c++-modules/gcc/testsuite/g++.dg/modules/legacy-5_c.C
Modified:
    branches/c++-modules/ChangeLog.modules
    branches/c++-modules/gcc/cp/cxx-mapper.cc
    branches/c++-modules/gcc/cp/module.c
    branches/c++-modules/gcc/doc/invoke.texi


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