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-stable-allyesconfig in repository toolchain/ci/gcc.
from 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. adds bac09a89314 Fix ICE in extract_insn, at recog.cc:2791 adds 5f4931ec992 d: Set TYPE_ARTIFICIAL on internal TypeInfo types adds 58c0bc2b62c Darwin: Fix empty g++ command lines [PR105599]. adds be343e001eb Darwin: Future-proof -mmacosx-version-min adds 64f5efce03c Darwin: Truncate kernel-provided version to OS major for Da [...] adds f5fe920ec1e Daily bump. adds 723c1d6284c arm: big-endian issue in gen_cpymem_ldrd_strd [PR105981] new 4804d03550f Daily bump.
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 | 62 ++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/common/config/i386/cpuinfo.h | 8 +-- gcc/config/arm/arm.cc | 24 ++++++--- gcc/config/darwin-c.cc | 3 +- gcc/config/darwin-driver.cc | 16 ++---- gcc/config/darwin.h | 17 +++--- gcc/config/i386/sse.md | 3 +- gcc/config/riscv/riscv.cc | 9 ++++ gcc/config/riscv/riscv.h | 11 ++-- gcc/d/ChangeLog | 19 +++++++ gcc/d/typeinfo.cc | 1 + gcc/testsuite/ChangeLog | 18 +++++++ gcc/testsuite/g++.target/i386/pr105953.C | 4 ++ gcc/testsuite/gdc.dg/Wpadded.d | 4 ++ 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 +++++ 19 files changed, 196 insertions(+), 53 deletions(-) create mode 100644 gcc/testsuite/g++.target/i386/pr105953.C create mode 100644 gcc/testsuite/gdc.dg/Wpadded.d create mode 100644 libstdc++-v3/testsuite/29_atomics/atomic/lwg3220.cc