This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-stable-allnoconfig in repository toolchain/ci/gcc.
from 83f65674e78 Daily bump. adds 7db777843cc c++: Fix ICE with lambda in member operator (PR93279) adds dcb23017b1a c++: Fix array of char typedef in template (PR90966). adds 9d4d55a52d4 c++: Function declared with typedef with eh-specification. adds 1c7061c7c35 c++: Allow template rvalue-ref conv to bind to lvalue ref. adds 50a42922d35 Daily bump. new a1f8dca201e [AArch64] PR92424: Fix -fpatchable-function-entry=N,M with BTI
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/ChangeLog | 13 +++++++++ gcc/DATESTAMP | 2 +- gcc/config/aarch64/aarch64.c | 31 ++++++++++++++++++++++ gcc/config/aarch64/aarch64.h | 1 + gcc/cp/ChangeLog | 16 +++++++++++ gcc/cp/call.c | 2 ++ gcc/cp/decl.c | 1 + gcc/cp/name-lookup.c | 6 +++++ gcc/cp/pt.c | 13 ++++++++- gcc/testsuite/ChangeLog | 9 +++++++ gcc/testsuite/g++.dg/cpp0x/initlist-array10.C | 14 ++++++++++ .../g++.dg/cpp0x/lambda/lambda-template16.C | 15 +++++++++++ gcc/testsuite/g++.dg/cpp0x/rv-conv3.C | 15 +++++++++++ gcc/testsuite/g++.dg/cpp1z/noexcept-type22.C | 6 +++++ gcc/testsuite/gcc.target/aarch64/pr92424-2.c | 12 +++++++++ gcc/testsuite/gcc.target/aarch64/pr92424-3.c | 12 +++++++++ 16 files changed, 166 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/initlist-array10.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-template16.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/rv-conv3.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/noexcept-type22.C create mode 100644 gcc/testsuite/gcc.target/aarch64/pr92424-2.c create mode 100644 gcc/testsuite/gcc.target/aarch64/pr92424-3.c