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 1fc1eeb0856 Namespaces from partitions don't advertise that new 836856bef4a Refactor call-expr & decltype-type comparison new acda0716f38 Instantiations with requires
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 | 14 ++++++++++ gcc/cp/module.cc | 15 ++++------ gcc/cp/tree.c | 32 ++++++++++++++-------- gcc/cp/typeck.c | 19 +++++++------ gcc/testsuite/g++.dg/modules/concept-6.h | 19 +++++++++++++ .../modules/{concept-5_a.H => concept-6_a.H} | 2 +- gcc/testsuite/g++.dg/modules/concept-6_b.C | 11 ++++++++ 7 files changed, 80 insertions(+), 32 deletions(-) create mode 100644 gcc/testsuite/g++.dg/modules/concept-6.h copy gcc/testsuite/g++.dg/modules/{concept-5_a.H => concept-6_a.H} (78%) create mode 100644 gcc/testsuite/g++.dg/modules/concept-6_b.C