This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6a071b2d40a c++: Handle auto(x) in parameter-declaration-clause [PR103401] new 425a39fd4ef Use the recursive form of compute_objsize [PR 103143]. new f9379fcb0d4 Move bndrng from access_ref to access_data. new 9354a7d70ca Pass GIMPLE statement to compute_objsize. new 10d185b9845 Introduce access_ref::merge_ref. new 1334d889d4a Refactor compute_objsize_r into helpers. new 6dfb1059b31 Add a new dump function. new 1486e4bd015 Leverage VX_CPU_PREFIX in aarch64-vxworks.h new fa9f40bacbd pch: Fix aarch64 build [PR71934]
The 8 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/config/aarch64/aarch64-sve-builtins.cc | 2 +- gcc/config/aarch64/aarch64-vxworks.h | 3 +- gcc/gimple-ssa-warn-access.cc | 18 +- gcc/gimple-ssa-warn-restrict.c | 4 +- gcc/pointer-query.cc | 1197 +++++++++++++++----------- gcc/pointer-query.h | 59 +- gcc/testsuite/gcc.dg/Wstringop-overflow-83.c | 19 + 7 files changed, 772 insertions(+), 530 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/Wstringop-overflow-83.c