This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tk1/llvm-release-arm-spec2k6-Oz_LTO in repository toolchain/ci/gcc.
from 568968edb0c Daily bump. adds a708cb25d92 [AArch64] Fix shrinkwrapping interactions with atomics (PR92692) adds 2ceb5aba64e c++: Bogus error using namespace alias [PR91826] adds 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.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 16 +++++++++ gcc/DATESTAMP | 2 +- gcc/config/aarch64/aarch64.c | 6 ++++ gcc/config/aarch64/atomics.md | 18 +++++----- gcc/cp/ChangeLog | 17 ++++++++++ gcc/cp/decl.c | 1 + gcc/cp/name-lookup.c | 38 +++++++++++++++------- gcc/cp/pt.c | 13 +++++++- gcc/testsuite/g++.dg/cpp0x/initlist-array10.C | 14 ++++++++ .../g++.dg/cpp0x/lambda/lambda-template16.C | 15 +++++++++ gcc/testsuite/g++.dg/cpp1z/noexcept-type22.C | 6 ++++ gcc/testsuite/g++.dg/lookup/pr91826.C | 16 +++++++++ 12 files changed, 139 insertions(+), 23 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/cpp1z/noexcept-type22.C create mode 100644 gcc/testsuite/g++.dg/lookup/pr91826.C