This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5910b14503d testsuite: Fix up pr91838.C test [PR91838] new 455f58ec504 analyzer: fix ICE with pointers between stack frames (PR 93438) new f1c807e887d analyzer: fix ICE getting void return value (PR 93379)
The 2 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/ChangeLog | 19 ++++ gcc/analyzer/region-model.cc | 120 ++++++++++++++++++---- gcc/testsuite/ChangeLog | 12 +++ gcc/testsuite/gcc.dg/analyzer/torture/pr93379-2.c | 11 ++ gcc/testsuite/gcc.dg/analyzer/torture/pr93379.c | 2 + gcc/testsuite/gcc.dg/analyzer/torture/pr93438-2.c | 26 +++++ gcc/testsuite/gcc.dg/analyzer/torture/pr93438.c | 13 +++ 7 files changed, 183 insertions(+), 20 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/analyzer/torture/pr93379-2.c create mode 100644 gcc/testsuite/gcc.dg/analyzer/torture/pr93379.c create mode 100644 gcc/testsuite/gcc.dg/analyzer/torture/pr93438-2.c create mode 100644 gcc/testsuite/gcc.dg/analyzer/torture/pr93438.c