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-aarch64 in repository toolchain/ci/gcc.
from 300dbea1269 rs6000/test: Add emulated gather test case adds 3e15df63ca4 libgcc: remove crt{begin,end}.o from powerpc-wrs-vxworks target adds 5e5f880d045 Restore can_be_invalidated_p semantics to before refactoring adds 85e91ad55a6 tree-optimization/103458 - avoid creating new loops in CD-DCE adds 9519b694afb Fix regression introduced by r12-5536. adds 11d0a2af339 Optimize _Float16 usage for non AVX512FP16. adds 16507dea753 Remove unreachable returns adds a3b31fe3692 Remove unreachable gcc_unreachable () at the end of functions adds a5d269f0c1c x86_64: Improved V1TImode rotations by non-constant amounts. new 1420ff3efcf c++: redundant explicit 'this' capture before C++20 [PR100493]
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/c-family/c-format.c | 2 - gcc/c-family/c-opts.c | 5 +- gcc/c-family/c-pragma.c | 10 +--- gcc/c/c-parser.c | 1 - gcc/c/c-typeck.c | 2 - gcc/ccmp.c | 2 - gcc/cfganal.c | 2 - gcc/config/i386/i386-expand.c | 12 ++++- gcc/config/i386/i386.c | 7 +-- gcc/config/i386/i386.md | 57 +++++++++++++++------- gcc/config/i386/sse.md | 12 ++--- gcc/cp/parser.c | 8 +-- gcc/df-scan.c | 1 - gcc/dwarf2out.c | 3 -- gcc/fixed-value.c | 1 - gcc/fold-const-call.c | 2 - gcc/gimple-fold.c | 1 - gcc/gimple-predicate-analysis.cc | 8 +-- gcc/gimple-ssa-store-merging.c | 2 - gcc/gimple-ssa-strength-reduction.c | 1 - gcc/graphite-isl-ast-to-gimple.c | 4 -- gcc/ipa-fnsummary.c | 1 - gcc/lto-streamer-in.c | 7 +-- gcc/testsuite/g++.dg/cpp1z/lambda-this1.C | 8 +-- gcc/testsuite/g++.dg/cpp1z/lambda-this8.C | 9 ++++ gcc/testsuite/g++.dg/cpp2a/lambda-this3.C | 2 +- gcc/testsuite/gcc.dg/torture/pr103458.c | 21 ++++++++ .../gcc.target/i386/avx512vl-vcvtps2ph-pr102811.c | 2 +- gcc/testsuite/gcc.target/i386/pr102811-2.c | 22 +++++++++ gcc/testsuite/gcc.target/i386/sse2-v1ti-rotate.c | 11 +++++ gcc/tree-ssa-dce.c | 8 ++- gcc/tree.h | 2 - gcc/vec.c | 10 ++-- libgcc/config.host | 1 - libgomp/oacc-plugin.c | 1 - 35 files changed, 155 insertions(+), 93 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1z/lambda-this8.C create mode 100644 gcc/testsuite/gcc.dg/torture/pr103458.c create mode 100644 gcc/testsuite/gcc.target/i386/pr102811-2.c create mode 100644 gcc/testsuite/gcc.target/i386/sse2-v1ti-rotate.c