This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64 in repository toolchain/ci/gcc.
from 76ef38e3178 Improve wording for -freport-bug option. adds 0c0f453c4af c++: new-expr of array of deduced class tmpl [PR101988] adds 14f339894db libstdc++: fix typo in acinclude.m4. adds ce6054a22ae c++: constrained partial spec using qualified name [PR92944 [...] adds dec8d0e5fa0 c++: non-dependent immediate member fn call [PR99895] adds 9cbfbe2497c contrib: Put gcc-descr and gcc-undescr to file. new bb6a8d1d52d git-undescr.sh: Support full output of git-descr.sh.
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: contrib/gcc-git-customization.sh | 4 +-- contrib/git-descr.sh | 37 +++++++++++++++++++++ contrib/git-undescr.sh | 13 ++++++++ gcc/cp/call.cc | 38 ++++++++-------------- gcc/cp/decl.cc | 12 +++++++ gcc/cp/parser.cc | 18 ++++------ gcc/cp/pt.cc | 6 ++-- gcc/cp/tree.cc | 5 +-- gcc/testsuite/g++.dg/cpp1z/class-deduction-new1.C | 16 +++++++++ gcc/testsuite/g++.dg/cpp23/auto-array2.C | 11 +++++++ .../g++.dg/cpp2a/concepts-partial-spec10.C | 17 ++++++++++ .../g++.dg/cpp2a/concepts-partial-spec11.C | 19 +++++++++++ gcc/testsuite/g++.dg/cpp2a/consteval-memfn1.C | 27 +++++++++++++++ gcc/testsuite/g++.dg/cpp2a/consteval-memfn2.C | 34 +++++++++++++++++++ gcc/testsuite/g++.dg/cpp2a/consteval28.C | 10 ++++++ gcc/tree.cc | 2 +- gcc/tree.h | 2 +- libstdc++-v3/acinclude.m4 | 2 +- libstdc++-v3/configure | 2 +- 19 files changed, 230 insertions(+), 45 deletions(-) create mode 100755 contrib/git-descr.sh create mode 100755 contrib/git-undescr.sh create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction-new1.C create mode 100644 gcc/testsuite/g++.dg/cpp23/auto-array2.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-partial-spec10.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-partial-spec11.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/consteval-memfn1.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/consteval-memfn2.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/consteval28.C