This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 1b5432b4019 Update my address and DCO entry in MAINTAINERS file new 099a66498bf c++ modules: variable template partial spec fixes [PR107033]
The 1 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: gcc/cp/module.cc | 17 ++++++---- gcc/cp/pt.cc | 2 +- .../g++.dg/modules/{partial-2_b.C => partial-2.cc} | 4 --- .../g++.dg/modules/{partial-2_a.C => partial-2.h} | 5 --- gcc/testsuite/g++.dg/modules/partial-2_a.C | 39 +--------------------- gcc/testsuite/g++.dg/modules/partial-2_b.C | 18 +--------- .../modules/{binding-1_a.H => partial-2_c.H} | 3 +- gcc/testsuite/g++.dg/modules/partial-2_d.C | 8 +++++ 8 files changed, 24 insertions(+), 72 deletions(-) copy gcc/testsuite/g++.dg/modules/{partial-2_b.C => partial-2.cc} (87%) copy gcc/testsuite/g++.dg/modules/{partial-2_a.C => partial-2.h} (91%) copy gcc/testsuite/g++.dg/modules/{binding-1_a.H => partial-2_c.H} (63%) create mode 100644 gcc/testsuite/g++.dg/modules/partial-2_d.C