This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3c9f762ad02 Constrain conservative string lengths to array sizes [PR104119]. new 68e9b7b69a1 Make pointer_query cache a private member. new a62b740d7b8 Enable pointer_query caching in -Warray-bounds. new 30d15b512e3 Enable pointer_query caching in -Wrestrict.
The 3 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/gimple-array-bounds.cc | 13 ++++- gcc/gimple-array-bounds.h | 10 ++-- gcc/gimple-ssa-warn-access.cc | 8 +-- gcc/gimple-ssa-warn-restrict.cc | 126 +++++++++++++++++++--------------------- gcc/gimple-ssa-warn-restrict.h | 2 +- gcc/pointer-query.cc | 74 ++++++++++------------- gcc/pointer-query.h | 12 ++-- gcc/tree-ssa-strlen.cc | 8 +-- 8 files changed, 121 insertions(+), 132 deletions(-)