This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ae97ba1efcd RISC-V: Fix division instructions for `m` with `zmmul` extension. new 1cc7e31c41a analyzer: return a concrete offset for cast_regions new 0a9c0d4ae55 analyzer: strcpy semantics
The 2 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-impl-calls.cc | 16 +++++- gcc/analyzer/region-model.cc | 29 ++++++++++ gcc/analyzer/region-model.h | 3 + gcc/analyzer/region.cc | 10 ++++ gcc/analyzer/region.h | 2 + .../gcc.dg/analyzer/fold-string-to-char.c | 8 +++ gcc/testsuite/gcc.dg/analyzer/out-of-bounds-4.c | 65 ++++++++++++++++++++++ gcc/testsuite/gcc.dg/analyzer/strcpy-3.c | 23 ++++++++ 8 files changed, 153 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/analyzer/fold-string-to-char.c create mode 100644 gcc/testsuite/gcc.dg/analyzer/out-of-bounds-4.c create mode 100644 gcc/testsuite/gcc.dg/analyzer/strcpy-3.c