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-defconfig in repository toolchain/ci/gcc.
from dbca35e5f3e Daily bump. adds f0a0aeec448 Daily bump. adds f4c0f9257ef docs: document --with-zstd adds 394ff2fbfc8 Extend --with-zstd documentation adds 79ae75cc252 i386: Adjust -fzero-call-used-regs to always use XOR [PR101891] adds ed843f13146 Daily bump. adds 0320f3b120b Daily bump. adds 02e8dea4944 RISC-V: Fix wrong expansion for arch-canonicalize adds f1e47f34aba RISC-V: Don't unconditionally add m,a,f,d in arch-canonicalize adds 57fdcaf17d4 Daily bump. new 2c11a9a380e c++: Fix ICE with -Wmismatched-tags [PR105725]
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 | 44 ++++++++++ gcc/DATESTAMP | 2 +- gcc/config/i386/i386.cc | 93 +++++++--------------- gcc/config/riscv/arch-canonicalize | 8 +- gcc/cp/parser.cc | 5 +- gcc/doc/install.texi | 15 ++++ gcc/testsuite/ChangeLog | 37 +++++++++ gcc/testsuite/g++.dg/warn/Wmismatched-tags-10.C | 10 +++ .../gcc.target/i386/zero-scratch-regs-1.c | 2 +- .../gcc.target/i386/zero-scratch-regs-10.c | 16 ++-- .../gcc.target/i386/zero-scratch-regs-13.c | 37 ++++++--- .../gcc.target/i386/zero-scratch-regs-14.c | 16 ++-- .../gcc.target/i386/zero-scratch-regs-15.c | 2 +- .../gcc.target/i386/zero-scratch-regs-16.c | 2 +- .../gcc.target/i386/zero-scratch-regs-17.c | 2 +- .../gcc.target/i386/zero-scratch-regs-18.c | 4 +- .../gcc.target/i386/zero-scratch-regs-19.c | 2 +- .../gcc.target/i386/zero-scratch-regs-2.c | 16 ++-- .../gcc.target/i386/zero-scratch-regs-20.c | 38 ++++++--- .../gcc.target/i386/zero-scratch-regs-21.c | 4 +- .../gcc.target/i386/zero-scratch-regs-22.c | 16 ++-- .../gcc.target/i386/zero-scratch-regs-23.c | 30 +++---- .../gcc.target/i386/zero-scratch-regs-26.c | 26 +++--- .../gcc.target/i386/zero-scratch-regs-27.c | 10 +-- .../gcc.target/i386/zero-scratch-regs-28.c | 12 +-- .../gcc.target/i386/zero-scratch-regs-3.c | 2 +- .../gcc.target/i386/zero-scratch-regs-31.c | 4 +- .../gcc.target/i386/zero-scratch-regs-4.c | 2 +- .../gcc.target/i386/zero-scratch-regs-5.c | 16 ++-- .../gcc.target/i386/zero-scratch-regs-6.c | 2 +- .../gcc.target/i386/zero-scratch-regs-7.c | 2 +- .../gcc.target/i386/zero-scratch-regs-8.c | 14 ++-- .../gcc.target/i386/zero-scratch-regs-9.c | 2 +- 33 files changed, 295 insertions(+), 198 deletions(-) create mode 100644 gcc/testsuite/g++.dg/warn/Wmismatched-tags-10.C