This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-aarch64-check_cross in repository toolchain/ci/gcc.
from 69273534c65 Daily bump. adds d4501bbedca testsuite: clarify scan-dump file globbing behavior adds 4494fcbc9bc arc: add exceptions for PR92860. adds ceac3edb42e sparc: Remove register storage class in sparc.c adds 35cf3c55165 store-merging: ICE in find_bswap_or_nop_1 PR95854. adds eff23b7961f amdgcn: Support basic DWARF new e712ef9eee7 Use gsi_bb instead of iterator->bb. new fe7c43a7bc7 testsuite: Adjust testcase for recent -Wnonnull changes new baa4578911d testsuite: Adjust testcase for recent -Wnonnull changes new 008842d741e do not include <utility> from tree-vectorizer.h new 9a4a52e359b tree-optimization/95916 - treat scalar ops explicitely new 95d7d7f9292 testsuite: Fix coding style. new e6cc67f6616 PR fortran/71706 - ICE on using sync images with -fcheck=bounds
The 7 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/config/gcn/gcn-hsa.h | 1 + gcc/config/gcn/gcn-protos.h | 1 + gcc/config/gcn/gcn.c | 126 +++++++++++++++++++-- gcc/config/sparc/sparc.c | 22 ++-- gcc/doc/sourcebuild.texi | 13 +++ gcc/fortran/trans-stmt.c | 6 +- gcc/gimple-ssa-store-merging.c | 4 + gcc/optc-save-gen.awk | 4 + .../c-c++-common/builtin-arith-overflow-1.c | 73 ++++++------ gcc/testsuite/gcc.dg/pr95854.c | 20 ++++ gcc/testsuite/gcc.dg/vect/pr95916.c | 13 +++ gcc/testsuite/gfortran.dg/pr71706.f90 | 10 ++ gcc/testsuite/lib/scandump.exp | 54 +++++++-- gcc/tree-ssa-ccp.c | 2 +- gcc/tree-ssa-math-opts.c | 2 +- gcc/tree-vect-slp.c | 15 +++ gcc/tree-vectorizer.h | 4 +- 17 files changed, 296 insertions(+), 74 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr95854.c create mode 100644 gcc/testsuite/gcc.dg/vect/pr95916.c create mode 100644 gcc/testsuite/gfortran.dg/pr71706.f90