This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 629b5699fb5 compiler: make escape analysis more strict about runtime calls new 81d6cdd335f Move more code to new gimple-ssa-warn-access pass.
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/builtins.c | 399 +------ gcc/builtins.h | 4 - gcc/calls.c | 310 +----- 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/pointer-query.h | 12 +- .../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 +- 16 files changed, 1656 insertions(+), 835 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/Wstringop-overread-6.c