This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 18dac101678 Daily bump. new 97ceaa110e1 c++: mangling template-id of unknown template [PR110524] new 0de651db45c c++: copy elision w/ obj arg and static memfn call [PR110441]
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: gcc/cp/call.cc | 2 +- gcc/cp/mangle.cc | 3 ++- gcc/testsuite/g++.dg/cpp1z/elide8.C | 25 +++++++++++++++++++++++++ gcc/testsuite/g++.dg/cpp2a/fn-template26.C | 16 ++++++++++++++++ 4 files changed, 44 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1z/elide8.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/fn-template26.C