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 4c56b024984 Adjust module-mapper path search behaviour new c6a08b99e75 Constrained partial specializations new 02dd63c9e62 Replace EK_DECL + DB_PARTIAL_BIT with EK_PARTIAL new ddae3c4f2e3 Remove now-unreachable tmpl_partial handling new 8ab6ed9c4fd Fixup merge kind enum
The 4 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 | 51 ++++ gcc/cp/module.cc | 281 ++++++++++----------- .../g++.dg/modules/constrained-partial-1_a.C | 38 +++ .../g++.dg/modules/constrained-partial-1_b.C | 31 +++ gcc/testsuite/g++.dg/modules/tpl-spec-5_a.C | 4 +- 5 files changed, 254 insertions(+), 151 deletions(-) create mode 100644 gcc/testsuite/g++.dg/modules/constrained-partial-1_a.C create mode 100644 gcc/testsuite/g++.dg/modules/constrained-partial-1_b.C