This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2a23b93f944 libstdc++: Fix test that fails due to name clash with old g [...] new dfe2ef7f2b6 analyzer: don't create bindings or binding keys for empty r [...]
The 1 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 | 8 +++++++ gcc/analyzer/region.cc | 12 ++++++++++ gcc/analyzer/region.h | 2 ++ gcc/analyzer/state-purge.cc | 4 ++++ gcc/analyzer/store.cc | 30 ++++++++++++++++++++----- gcc/analyzer/store.h | 8 ++++--- gcc/testsuite/gcc.dg/analyzer/memcpy-pr107882.c | 8 +++++++ 7 files changed, 63 insertions(+), 9 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/analyzer/memcpy-pr107882.c