This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap in repository toolchain/ci/gcc.
from 1f3a33633dd Add loads/stores relative to static chain in ipa-modref adds 51152076338 tree-optimization/103102 - fix error in vectorizer refactoring adds 61a7f947cc0 [vect] Consider outside costs earlier for epilogue loops adds 8fd2477ddc3 genmodes: Define NUM_MODE_* macros adds 05783fe65d0 aarch64: LD3/LD4 post-modify costs for struct modes adds eb4a3e6a9a8 Fix 'contrib/update-copyright.py': 'TypeError: exceptions m [...] adds b7cd3946062 Fix 'Copyright (C) 2020-21' into '2020-2021' adds 409767d774c Dump static chain for cgraph_node. adds 7553bd35c87 gcov-profile: Fix -fcompare-debug with -fprofile-generate [ [...] adds 355eb60b667 Fix static chain dump.
No new revisions were added by this update.
Summary of changes: contrib/update-copyright.py | 4 +- gcc/cgraph.c | 3 + gcc/config/aarch64/aarch64.c | 22 +++- gcc/config/rs6000/rbtree.c | 2 +- gcc/config/rs6000/rbtree.h | 2 +- gcc/config/rs6000/rs6000-builtin-new.def | 2 +- gcc/config/rs6000/rs6000-gen-builtins.c | 2 +- gcc/config/rs6000/rs6000-overload.def | 2 +- gcc/coverage.c | 7 +- gcc/expmed.h | 9 -- gcc/genmodes.c | 13 +++ gcc/real.h | 5 +- gcc/system.h | 13 +++ gcc/testsuite/gcc.dg/pr100520.c | 5 + gcc/testsuite/gcc.target/aarch64/neoverse_v1_1.c | 15 +++ gcc/tree-vect-loop.c | 134 ++++++++++++++++------- gcc/tree-vectorizer.h | 3 +- 17 files changed, 182 insertions(+), 61 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr100520.c create mode 100644 gcc/testsuite/gcc.target/aarch64/neoverse_v1_1.c