This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2996b5c053d Enable hwasan for x86-64. new cf80a23e19d analyzer: handle memmove like memcpy new 7dc0ecafe60 analyzer: fix ICE on region creation during get_referenced_ [...] new 63a42ffc083 analyzer: rename region-model-impl-calls.cc to kf.cc
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/Makefile.in | 2 +- gcc/analyzer/analyzer.h | 3 +- gcc/analyzer/call-summary.cc | 2 +- gcc/analyzer/{region-model-impl-calls.cc => kf.cc} | 18 ++++--- gcc/analyzer/known-function-manager.h | 12 +++++ gcc/analyzer/region-model-manager.cc | 2 +- gcc/analyzer/region-model-manager.h | 2 +- gcc/analyzer/region-model.cc | 4 +- gcc/analyzer/region-model.h | 4 +- gcc/testsuite/g++.dg/analyzer/pr108003.C | 37 +++++++++++++ gcc/testsuite/gcc.dg/analyzer/memcpy-1.c | 14 +++++ .../gcc.dg/analyzer/{memcpy-1.c => memmove-1.c} | 62 +++++++++++++--------- gcc/testsuite/gcc.dg/analyzer/out-of-bounds-1.c | 2 +- gcc/testsuite/gcc.dg/analyzer/out-of-bounds-5.c | 2 + gcc/testsuite/gcc.dg/analyzer/pr104308.c | 2 +- 15 files changed, 127 insertions(+), 41 deletions(-) rename gcc/analyzer/{region-model-impl-calls.cc => kf.cc} (97%) create mode 100644 gcc/testsuite/g++.dg/analyzer/pr108003.C copy gcc/testsuite/gcc.dg/analyzer/{memcpy-1.c => memmove-1.c} (72%)