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 7e0649ac0fa Daily bump. new 140aab25a48 libstdc++: use concrete return type for std::forward_like new b5ed381d05e c++: inherited CTAD fixes [PR116276] new 149d87fbe66 c++: c->B::m access resolved through current inst [PR116320]
The 3 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 | 27 ++++++++++++- gcc/cp/cp-tree.h | 8 ++-- gcc/cp/pt.cc | 43 ++++++++++++++++---- gcc/cp/semantics.cc | 11 +++-- .../g++.dg/cpp23/class-deduction-inherited4.C | 4 +- .../g++.dg/cpp23/class-deduction-inherited5.C | 25 ++++++++++++ .../g++.dg/cpp23/class-deduction-inherited6.C | 46 +++++++++++++++++++++ gcc/testsuite/g++.dg/template/access42.C | 17 ++++++++ libstdc++-v3/include/bits/move.h | 47 +++++++++++----------- .../testsuite/20_util/forward_like/2_neg.cc | 6 +-- 10 files changed, 190 insertions(+), 44 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp23/class-deduction-inherited5.C create mode 100644 gcc/testsuite/g++.dg/cpp23/class-deduction-inherited6.C create mode 100644 gcc/testsuite/g++.dg/template/access42.C