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 d5e352addf4 libstdc++: Fix std::format for chrono::duration with unsign [...] new 33a9c4dd5fc c++: using non-dep array var of unknown bound [PR115358] new a00a8d46ea6 c++: alias CTAD and copy deduction guide [PR115198] new e6b115be1c3 c++: decltype of capture proxy of ref [PR115504]
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/decl2.cc | 2 ++ gcc/cp/pt.cc | 6 +++++- gcc/cp/semantics.cc | 8 -------- gcc/cp/typeck.cc | 7 ------- gcc/testsuite/g++.dg/cpp1y/decltype-auto8.C | 22 ++++++++++++++++++++++ .../g++.dg/cpp2a/class-deduction-alias22.C | 14 ++++++++++++++ gcc/testsuite/g++.dg/template/array37.C | 14 ++++++++++++++ 7 files changed, 57 insertions(+), 16 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/decltype-auto8.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/class-deduction-alias22.C create mode 100644 gcc/testsuite/g++.dg/template/array37.C