This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-arm in repository toolchain/ci/gcc.
from 30f2c22def7 c++: template-id with current inst qualifier [PR102300] adds ad4188f8385 tree-optimization/104114 - avoid diagnosing V1mode lowering adds 8bc700f4c3f Enhance vec_pack_trunc for integral mode mask. adds 7b78dee64de testsuite: Add -Wno-psabi to pr47639.C testcase adds 68f03ac49cb dwarf2out: Fix -gsplit-dwarf on riscv [PR103874] adds e744aa373d2 Fix -Werror=format-diag with RTL checking adds 6d51a27fb17 Fix Werror=format-diag with --disable-nls. adds 0042ca7b770 arm: Disambiguate multiple crypto patterns with the same name. adds c471ee0f05d arm: Consistently use crypto_mode attribute in crypto patterns adds facbc2368c8 arm: Add option for mitigating against Cortex-A CPU erratum [...] adds bc13384e195 arm: add basic mitigation for Cortex-A AES errata adds 2078550a005 arm: suppress aes erratum when forwarding from aes adds 997070498b0 arm: elide some cases where the AES erratum workaround is n [...] adds 9b42782366b arm: Add test for AES erratum mitigation adds 5929f253fcd libstdc++: Only add valid -L paths to testsuite linker options adds 109f8af3d3c libstdc++: Use Clang attribute instead of __constinit new ce9e0cc5da4 MAINTAINERS: adjust requested email address
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: MAINTAINERS | 2 +- gcc/config/arm/arm-cpus.in | 9 +- gcc/config/arm/arm.cc | 9 + gcc/config/arm/arm.opt | 10 + gcc/config/arm/crypto.md | 227 ++++++++++++++++----- gcc/config/arm/unspecs.md | 1 + gcc/cp/error.cc | 18 +- gcc/doc/invoke.texi | 11 + gcc/dwarf2out.cc | 5 +- gcc/emit-rtl.cc | 2 +- gcc/rtl.cc | 13 ++ gcc/testsuite/g++.dg/opt/pr47639.C | 2 +- gcc/testsuite/gcc.dg/debug/dwarf2/pr103874.c | 12 ++ .../gcc.target/arm/crypto-vaese-erratum1.c | 28 +++ .../gcc.target/i386/mask-pack-prefer128.c | 8 + .../gcc.target/i386/mask-pack-prefer256.c | 8 + gcc/testsuite/gcc.target/i386/pr103771.c | 18 ++ gcc/tree-vect-generic.cc | 5 +- gcc/tree-vect-stmts.cc | 11 +- libstdc++-v3/scripts/testsuite_flags.in | 12 +- libstdc++-v3/src/c++11/cxx11-ios_failure.cc | 4 + libstdc++-v3/src/c++11/future.cc | 4 + libstdc++-v3/src/c++11/system_error.cc | 4 + libstdc++-v3/src/c++17/memory_resource.cc | 4 + 24 files changed, 358 insertions(+), 69 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/debug/dwarf2/pr103874.c create mode 100644 gcc/testsuite/gcc.target/arm/crypto-vaese-erratum1.c create mode 100644 gcc/testsuite/gcc.target/i386/mask-pack-prefer128.c create mode 100644 gcc/testsuite/gcc.target/i386/mask-pack-prefer256.c create mode 100644 gcc/testsuite/gcc.target/i386/pr103771.c