This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-14 in repository gcc.
from fd6fd88b1a9 c++: Fix instantiation of imported temploid friends [PR114275] new 782ad2033ea c++: Propagate using decls from partitions [PR114868]
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 | 6 ++++++ gcc/testsuite/g++.dg/modules/using-15_a.C | 14 ++++++++++++++ .../g++.dg/modules/{tpl-friend-12_d.C => using-15_b.C} | 6 ++---- gcc/testsuite/g++.dg/modules/using-15_c.C | 8 ++++++++ 4 files changed, 30 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/g++.dg/modules/using-15_a.C copy gcc/testsuite/g++.dg/modules/{tpl-friend-12_d.C => using-15_b.C} (57%) create mode 100644 gcc/testsuite/g++.dg/modules/using-15_c.C