This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5015015ae6b fold-const: Fold larger VIEW_CONVERT_EXPRs [PR113462] new affef534b03 c++: Fix handling of extern templates in modules [PR112820]
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 | 37 ++++++++++++++++++-------------- gcc/testsuite/g++.dg/modules/debug-2_a.C | 9 ++++++++ gcc/testsuite/g++.dg/modules/debug-2_b.C | 8 +++++++ gcc/testsuite/g++.dg/modules/debug-2_c.C | 9 ++++++++ gcc/testsuite/g++.dg/modules/debug-3_a.C | 8 +++++++ gcc/testsuite/g++.dg/modules/debug-3_b.C | 9 ++++++++ 6 files changed, 64 insertions(+), 16 deletions(-) create mode 100644 gcc/testsuite/g++.dg/modules/debug-2_a.C create mode 100644 gcc/testsuite/g++.dg/modules/debug-2_b.C create mode 100644 gcc/testsuite/g++.dg/modules/debug-2_c.C create mode 100644 gcc/testsuite/g++.dg/modules/debug-3_a.C create mode 100644 gcc/testsuite/g++.dg/modules/debug-3_b.C