This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 0c5cdb31bd4 Daily bump. new 467a4820527 analyzer: fix ICE in print_mem_ref [PR98969]
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/engine.cc | 43 ++++++++++++--- gcc/analyzer/region-model.cc | 98 ++++++++++++++++++++++++++++----- gcc/analyzer/region-model.h | 7 +++ gcc/analyzer/store.cc | 19 ++++++- gcc/testsuite/g++.dg/analyzer/pr99064.C | 39 +++++++++++++ gcc/testsuite/gcc.dg/analyzer/pr98969.c | 18 ++++++ 6 files changed, 200 insertions(+), 24 deletions(-) create mode 100644 gcc/testsuite/g++.dg/analyzer/pr99064.C create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr98969.c