This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8cddf6f833e libstdc++/pair: Guard P2321R2 changes with __glibcxx_ranges_zip new e254d1224df Fix ICE in -fdiagnostics-generate-patch [PR112684] new 84096e665c5 analyzer: fix offsets in has_null_terminator [PR112811] new d5604febcfb analyzer: fix ICE on strlen ((char *)&VECTOR_CST) [PR111361]
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/analyzer/region-model.cc | 438 ++++++++++++++------- gcc/analyzer/region-model.h | 4 + .../c-c++-common/analyzer/strlen-pr111361.c | 18 + .../c-c++-common/analyzer/strlen-pr112811.c | 18 + gcc/testsuite/c-c++-common/analyzer/strncpy-1.c | 3 +- .../c-c++-common/analyzer/strncpy-pr111361.c | 8 + gcc/toplev.cc | 5 +- 7 files changed, 354 insertions(+), 140 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/analyzer/strlen-pr111361.c create mode 100644 gcc/testsuite/c-c++-common/analyzer/strlen-pr112811.c create mode 100644 gcc/testsuite/c-c++-common/analyzer/strncpy-pr111361.c