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-master-arm-stable-defconfig in repository toolchain/ci/gcc.
from 43a4fc095e3 expander: Optimize store_expr from STRING_CST [PR95052] adds 3d0675f3bb5 openmp: One omp_resolve_declare_variant followup adds 233ecb5e2c5 tree-optimization/95403 - guard vect_init_vector_1 against [...] adds 24663f1f6d7 Fix various limitations of git-backport.py. adds 6bee5ffd8ad Remove references to SVN in libsanitizer. adds 11041c3151e Fix streamer desynchornization caused by streamer debugging patch new ddf90b72d2a tree-optimization/95356 - more vectorizable_shift massaging new c735929a250 tree-optimization/95272 - add SLP_TREE_REPRESENTATIVE new 7688e5e8c4d libstdc++: Review unordered_map insert_or_assign/try_emplac [...] new 961c2aac7fd amdgcn: Fix VCC early clobber new c92716b2b1d Port bugzilla-close-candidate script to git.
The 5 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: contrib/git-backport.py | 13 +- gcc/config/gcn/gcn-valu.md | 32 ++--- gcc/lto-streamer-out.c | 5 +- gcc/omp-general.c | 2 +- gcc/testsuite/gcc.dg/gomp/pr95315-2.c | 46 +++++++ gcc/testsuite/gcc.dg/vect/pr95272.c | 18 +++ gcc/testsuite/gfortran.dg/vect/pr95403.f | 16 +++ gcc/tree-vect-loop.c | 8 +- gcc/tree-vect-slp.c | 15 +-- gcc/tree-vect-stmts.c | 39 +++--- gcc/tree-vectorizer.h | 4 + libsanitizer/HOWTO_MERGE | 3 +- libsanitizer/README.gcc | 16 +-- libstdc++-v3/include/bits/hashtable_policy.h | 22 ++++ libstdc++-v3/include/bits/unordered_map.h | 172 +++++++++---------------- maintainer-scripts/bugzilla-close-candidate.py | 50 ++++--- 16 files changed, 265 insertions(+), 196 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/gomp/pr95315-2.c create mode 100644 gcc/testsuite/gcc.dg/vect/pr95272.c create mode 100644 gcc/testsuite/gfortran.dg/vect/pr95403.f