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-aarch64-lts-allyesconfig in repository toolchain/ci/gcc.
from 8ca04b41bb1 Daily bump. adds 47ea22015c9 c++: value-dep but not type-dep decltype expr [PR105756] adds 3da389e59ec Daily bump. adds 54ec210b72e Daily bump. adds 5f7a1a436c1 d: Improve TypeInfo errors when compiling in -fno-rtti mode adds 2d45d5df9ad Daily bump. adds 65d121507de RISC-V: bitmanip: improve constant-loading for (1ULL << 31) [...] adds 4b06b730406 x86: Require AVX for F16C and VAES adds d1201dbf55a libstdc++: Rename __null_terminated to avoid collision with [...] adds d10b3b5c1f6 libstdc++: Use type_identity_t for non-deducible std::atomi [...] adds e11091012fe Daily bump.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 20 ++++++++++++ gcc/DATESTAMP | 2 +- gcc/common/config/i386/cpuinfo.h | 8 ++--- gcc/config/riscv/riscv.cc | 9 +++++ gcc/config/riscv/riscv.h | 11 +++---- gcc/cp/ChangeLog | 9 +++++ gcc/cp/typeck.cc | 38 ++++++++++++---------- gcc/d/ChangeLog | 12 +++++++ gcc/d/d-tree.h | 5 +-- gcc/d/expr.cc | 36 ++++++++++---------- gcc/d/typeinfo.cc | 34 +++++++++++++------ gcc/testsuite/ChangeLog | 15 +++++++++ gcc/testsuite/g++.dg/cpp0x/decltype82.C | 10 ++++++ gcc/testsuite/gdc.dg/rtti1.d | 18 ++++++++++ libstdc++-v3/ChangeLog | 18 ++++++++++ libstdc++-v3/include/experimental/bits/fs_path.h | 12 +++---- libstdc++-v3/include/std/atomic | 5 +-- .../testsuite/29_atomics/atomic/lwg3220.cc | 13 ++++++++ 18 files changed, 208 insertions(+), 67 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/decltype82.C create mode 100644 gcc/testsuite/gdc.dg/rtti1.d create mode 100644 libstdc++-v3/testsuite/29_atomics/atomic/lwg3220.cc