This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64 in repository toolchain/ci/gcc.
from aff75af3b50 arm: Fix pr69245.c testcase for reorder assembler architect [...] adds 629b5699fb5 compiler: make escape analysis more strict about runtime calls adds 81d6cdd335f Move more code to new gimple-ssa-warn-access pass. new f92f4778520 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 | 284 +++++ gcc/DATESTAMP | 2 +- gcc/builtins.c | 399 +------ gcc/builtins.h | 4 - gcc/c/ChangeLog | 17 + gcc/calls.c | 310 +----- gcc/cp/ChangeLog | 5 + gcc/diagnostic-spec.c | 1 + gcc/gimple-fold.c | 4 +- gcc/gimple-ssa-warn-access.cc | 1085 ++++++++++++++++++-- gcc/gimple-ssa-warn-access.h | 13 + gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/escape.cc | 47 +- gcc/pointer-query.h | 12 +- gcc/testsuite/ChangeLog | 61 ++ .../c-c++-common/Wsizeof-pointer-memaccess1.c | 4 +- gcc/testsuite/c-c++-common/attr-nonstring-3.c | 4 +- gcc/testsuite/gcc.dg/Warray-bounds-39.c | 49 +- gcc/testsuite/gcc.dg/Wstring-compare-3.c | 2 +- gcc/testsuite/gcc.dg/Wstringop-overread-6.c | 574 +++++++++++ gcc/testsuite/gcc.dg/attr-nonstring-2.c | 22 +- gcc/testsuite/gcc.dg/attr-nonstring-4.c | 4 +- gcc/testsuite/gcc.dg/sso-14.c | 4 +- libgcc/ChangeLog | 27 + libstdc++-v3/ChangeLog | 7 + 25 files changed, 2105 insertions(+), 838 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/Wstringop-overread-6.c