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-release-arm-stable-defconfig in repository toolchain/ci/gcc.
from 5d34f779cb1 Daily bump. adds 2f978d6d097 Add forgotten requeing in propagate_subaccesses_across_link adds a74fa2b1a77 Backport from mainline: new 7c580822122 Daily bump.
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/ChangeLog | 15 +++++ gcc/DATESTAMP | 2 +- gcc/gimple-ssa-warn-restrict.c | 6 +- gcc/testsuite/ChangeLog | 13 +++++ gcc/testsuite/gcc.dg/Warray-bounds-38.c | 30 ++++++++++ gcc/testsuite/gcc.dg/tree-ssa/pr89546.c | 100 ++++++++++++++++++++++++++++++++ gcc/tree-sra.c | 8 ++- 7 files changed, 166 insertions(+), 8 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/Warray-bounds-38.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr89546.c