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-aarch64-lts-defconfig in repository toolchain/ci/gcc.
from 18edc195442 Fix -fcompare-debug issue in purge_dead_edges [PR95080] adds c10aa1f0736 Add gcc-changelog related scripts. adds b8333fc6f87 Restore print_output syntax in git_commit.py. adds e4f0e06b2f5 Add default revisions argument for git_check_commit.py. adds 9b56828c573 contrib/vimrc: Reduce textwidth for commit messages adds ab5934a8fe1 Remove SLP_INSTANCE_GROUP_SIZE new 6cc6b087c8c c++: Add testcase for already-fixed PR [PR70642] new f9f98e59a7f Fortran : ICE in gfc_conv_array_constructor_expr PR93497 new 78db0e093e6 add vectype parameter to add_stmt_cost hook
The 3 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/ChangeLog | 22 ++ contrib/gcc-changelog/git_check_commit.py | 49 +++ contrib/gcc-changelog/git_commit.py | 535 ++++++++++++++++++++++++++++ contrib/gcc-changelog/git_email.py | 92 +++++ contrib/gcc-changelog/git_repository.py | 60 ++++ contrib/gcc-changelog/git_update_version.py | 105 ++++++ contrib/vimrc | 6 +- gcc/ChangeLog | 48 +++ gcc/config/aarch64/aarch64.c | 5 +- gcc/config/arm/arm.c | 7 +- gcc/config/i386/i386.c | 5 +- gcc/config/rs6000/rs6000.c | 5 +- gcc/doc/tm.texi | 2 +- gcc/fortran/ChangeLog | 8 + gcc/fortran/decl.c | 5 + gcc/fortran/resolve.c | 2 +- gcc/target.def | 2 +- gcc/targhooks.c | 5 +- gcc/targhooks.h | 2 +- gcc/testsuite/ChangeLog | 13 + gcc/testsuite/g++.dg/cpp0x/alias-decl-70.C | 23 ++ gcc/testsuite/gfortran.dg/pr88025.f90 | 2 +- gcc/testsuite/gfortran.dg/pr93497.f90 | 8 + gcc/testsuite/gfortran.dg/pr93714_1.f90 | 4 +- gcc/testsuite/gfortran.dg/pr93714_2.f90 | 4 +- gcc/tree-vect-loop.c | 48 +-- gcc/tree-vect-slp.c | 28 +- gcc/tree-vect-stmts.c | 34 +- gcc/tree-vectorizer.c | 2 +- gcc/tree-vectorizer.h | 35 +- 30 files changed, 1075 insertions(+), 91 deletions(-) create mode 100755 contrib/gcc-changelog/git_check_commit.py create mode 100755 contrib/gcc-changelog/git_commit.py create mode 100755 contrib/gcc-changelog/git_email.py create mode 100755 contrib/gcc-changelog/git_repository.py create mode 100755 contrib/gcc-changelog/git_update_version.py create mode 100644 gcc/testsuite/g++.dg/cpp0x/alias-decl-70.C create mode 100644 gcc/testsuite/gfortran.dg/pr93497.f90