This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4943b75e9f0 Update semantic_interposition flag at analysis time new 3d41408c5d2 analyzer: fix folding of regions involving unknown ptrs [PR103892]
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-manager.cc | 37 +++++++++++++--- gcc/analyzer/region-model.h | 2 + gcc/analyzer/region.cc | 11 +++-- gcc/testsuite/gcc.dg/analyzer/pr103892.c | 75 ++++++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/analyzer/pr96841.c | 2 +- 5 files changed, 117 insertions(+), 10 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr103892.c