This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f471739e636 PR 100168: Fix call test on power10. new 2a837de28ee Add 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/Makefile.in | 2 + gcc/attribs.h | 2 - gcc/builtins.c | 15209 +++++++++++++++------------------------ gcc/builtins.h | 215 +- gcc/calls.c | 5 +- gcc/cp/init.c | 2 +- gcc/gimple-array-bounds.cc | 2 +- gcc/gimple-fold.c | 1 + gcc/gimple-ssa-sprintf.c | 1 + gcc/gimple-ssa-warn-access.cc | 1765 +++++ gcc/gimple-ssa-warn-access.h | 37 + gcc/gimple-ssa-warn-restrict.c | 2 +- gcc/passes.def | 1 + gcc/pointer-query.cc | 1895 +++++ gcc/pointer-query.h | 234 + gcc/tree-pass.h | 1 + gcc/tree-ssa-strlen.c | 2 + gcc/tree.c | 59 + gcc/tree.h | 5 + 19 files changed, 9855 insertions(+), 9585 deletions(-) create mode 100644 gcc/gimple-ssa-warn-access.cc create mode 100644 gcc/gimple-ssa-warn-access.h create mode 100644 gcc/pointer-query.cc create mode 100644 gcc/pointer-query.h