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-aarch64-stable-allyesconfig in repository toolchain/ci/gcc.
from 1723810805f 2019-03-17 Thomas Koenig tkoenig@gcc.gnu.org adds 5d34f779cb1 Daily bump. adds 2f978d6d097 Add forgotten requeing in propagate_subaccesses_across_link new a74fa2b1a77 Backport from mainline:
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