This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 06724b6079b libstdc++: Fix more unqualified uses of make_pair new 823de62f5f6 c++: remove unicode from comment new e96e1bb69c7 c++: extended temp cleanups [PR118856]
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 | 40 ++++++++++++++++++++++++++++++++++++- gcc/cp/cp-tree.h | 1 + gcc/cp/decl.cc | 4 ++-- gcc/cp/except.cc | 2 +- gcc/cp/init.cc | 18 ++++++++--------- gcc/cp/tree.cc | 21 +++++++++++++++++++ gcc/cp/typeck2.cc | 2 +- gcc/testsuite/g++.dg/eh/ref-temp3.C | 36 +++++++++++++++++++++++++++++++++ gcc/testsuite/g++.dg/eh/ref-temp4.C | 35 ++++++++++++++++++++++++++++++++ 9 files changed, 145 insertions(+), 14 deletions(-) create mode 100644 gcc/testsuite/g++.dg/eh/ref-temp3.C create mode 100644 gcc/testsuite/g++.dg/eh/ref-temp4.C