This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap in repository toolchain/ci/gcc.
from 73f3b8a53e6 libstdc++: Fix std::strong_order to handle NaN on VAX adds e46843ff75c c++: allow variadic operator[] for C++23 [PR103460] adds ac8310dd122 c++: ICE with operator delete [PR104846] adds 97f76b5fc4b c++: Don't allow type-constraint auto(x) [PR104752] adds 4602a494e94 c++: ->template and implicit typedef [PR104608] new 7c2ac3cebd5 Fix multiple issue in the testcase allocate-1.f90.
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: gcc/cp/decl.cc | 8 ++++++-- gcc/cp/parser.cc | 5 ++++- gcc/cp/semantics.cc | 8 +++++++- gcc/cp/typeck2.cc | 8 +++++++- gcc/testsuite/g++.dg/cpp23/auto-fncast12.C | 8 ++++++++ gcc/testsuite/g++.dg/cpp23/subscript7.C | 17 ++++++++++++++++ gcc/testsuite/g++.dg/init/delete5.C | 8 ++++++++ gcc/testsuite/g++.dg/parse/template-keyword3.C | 12 +++++++++++ gcc/testsuite/g++.dg/parse/template-keyword4.C | 17 ++++++++++++++++ libgomp/testsuite/libgomp.fortran/allocate-1.f90 | 26 +++++++++++------------- 10 files changed, 98 insertions(+), 19 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp23/auto-fncast12.C create mode 100644 gcc/testsuite/g++.dg/cpp23/subscript7.C create mode 100644 gcc/testsuite/g++.dg/init/delete5.C create mode 100644 gcc/testsuite/g++.dg/parse/template-keyword3.C create mode 100644 gcc/testsuite/g++.dg/parse/template-keyword4.C