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

nathan@gcc.gnu.org nathan@gcc.gnu.org
Wed Aug 21 11:27:00 GMT 2019


Author: nathan
Date: Wed Aug 21 11:27:41 2019
New Revision: 274795

URL: https://gcc.gnu.org/viewcvs?rev=274795&root=gcc&view=rev
Log:
	gcc/cp/
	* module.cc (set_cmi_repo): NULL means default init.
	(module_mapper::module_mapper): Default init repo.
	(module_mapper::translate_include): Add LEN parm, create STRING.
	(canonicalize_header_name): Correctly prepend './'.
	gcc/testsuite/
	* g++.dg/modules/ben-1.map: Add $root.
	* g++.dg/modules/gc-2.map: Add $root.
	* g++.dg/modules/map-1.map: Add $root.
	* g++.dg/modules/map-1_b.map: Add $root.

Modified:
    branches/c++-modules/ChangeLog.modules
    branches/c++-modules/gcc/cp/module.cc
    branches/c++-modules/gcc/testsuite/g++.dg/modules/ben-1.map
    branches/c++-modules/gcc/testsuite/g++.dg/modules/gc-2.map
    branches/c++-modules/gcc/testsuite/g++.dg/modules/map-1.map
    branches/c++-modules/gcc/testsuite/g++.dg/modules/map-1_b.map



More information about the Gcc-cvs mailing list