This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/c++-modules in repository gcc.
from ec6be390c64 Do not install libcody new 6246418aa4a Module mapper networking enablement new 215d369942e Anticipated builtin smashing
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: ChangeLog.modules | 17 +++++++++++++ gcc/cp/decl.c | 2 +- gcc/cp/mapper-client.cc | 10 ++++++-- gcc/cp/mapper-server.cc | 10 ++++++-- gcc/cp/module.cc | 28 ++++++++++++++++++++-- gcc/testsuite/g++.dg/modules/builtin-6_a.H | 12 ++++++++++ .../g++.dg/modules/{part-6_e.C => builtin-6_b.C} | 5 ++-- libcody/buffer.cc | 6 ++--- libcody/cody.hh | 20 +++++++++++++++- libcody/internal.hh | 8 +++---- libcody/netclient.cc | 4 ++++ libcody/netserver.cc | 2 ++ 12 files changed, 107 insertions(+), 17 deletions(-) create mode 100644 gcc/testsuite/g++.dg/modules/builtin-6_a.H copy gcc/testsuite/g++.dg/modules/{part-6_e.C => builtin-6_b.C} (56%)