This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-arm in repository toolchain/ci/gcc.
from 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. adds 1420ff3efcf c++: redundant explicit 'this' capture before C++20 [PR100493] adds e2194a8b392 Fix RTL FE issue with premature return new 85289ba36c2 rs6000: Add Power10 optimization for most _mm_movemask*
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/cfganal.c | 2 -- gcc/config/i386/i386-expand.c | 12 +++++++++++- gcc/config/i386/sse.md | 4 ++-- gcc/config/rs6000/emmintrin.h | 8 ++++++++ gcc/config/rs6000/xmmintrin.h | 4 ++++ gcc/cp/parser.c | 8 +++++--- gcc/fold-const-call.c | 2 -- gcc/gimple-ssa-store-merging.c | 2 -- gcc/read-rtl-function.c | 3 ++- 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.target/i386/sse2-v1ti-rotate.c | 11 +++++++++++ gcc/tree.h | 2 -- 15 files changed, 57 insertions(+), 22 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1z/lambda-this8.C create mode 100644 gcc/testsuite/gcc.target/i386/sse2-v1ti-rotate.c