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-next-defconfig 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.
No new revisions were added by this update.
Summary of changes: gcc/DATESTAMP | 2 +- 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/g++.dg/cpp0x/initlist-array10.C | 14 ++++++++++++++ gcc/testsuite/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 ++++++ 10 files changed, 88 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