This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2cd0c9a5310 c++: tweak PR103337 fix new 4cebae09242 analyzer: fix accessing wrong stack frame on interprocedura [...]
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 | 4 +- gcc/analyzer/region-model.cc | 50 +++++++++++++---------- gcc/analyzer/region-model.h | 7 ++-- gcc/analyzer/region.cc | 50 ++++++++++++++++++++--- gcc/analyzer/region.h | 6 ++- gcc/testsuite/gcc.dg/analyzer/boxed-malloc-1-29.c | 36 ---------------- gcc/testsuite/gcc.dg/analyzer/boxed-malloc-1.c | 9 ++++ gcc/testsuite/gcc.dg/analyzer/stale-frame-1.c | 29 +++++++++++++ 8 files changed, 120 insertions(+), 71 deletions(-) delete mode 100644 gcc/testsuite/gcc.dg/analyzer/boxed-malloc-1-29.c