This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-release-arm-bootstrap_ubsan in repository toolchain/ci/gcc.
from 46fabc24d31 Daily bump. adds 5ed8c71b53a c++: Fix reuse of class constants [PR94453] adds ab525ec30f0 c++: Mangling of dependent conversions [PR91377] adds 1aa6d76d002 Daily bump. adds e76564a81fe Daily bump. adds 6db837a5288 c++: Fix ICE with lambda in operator function [PR93597]
No new revisions were added by this update.
Summary of changes: gcc/DATESTAMP | 2 +- gcc/cp/ChangeLog | 20 ++++++++++++++++ gcc/cp/constexpr.c | 2 +- gcc/cp/expr.c | 22 +++++++++++++---- gcc/cp/mangle.c | 1 + gcc/cp/name-lookup.c | 8 +++---- gcc/testsuite/ChangeLog | 8 +++++++ gcc/testsuite/g++.dg/abi/mangle75.C | 13 ++++++++++ gcc/testsuite/g++.dg/cpp0x/lambda/lambda-93597.C | 8 +++++++ .../g++.dg/cpp0x/lambda/lambda-constexpr1.C | 28 ++++++++++++++++++++++ 10 files changed, 101 insertions(+), 11 deletions(-) create mode 100644 gcc/testsuite/g++.dg/abi/mangle75.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-93597.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-constexpr1.C