This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2a07345c4f8 Fix for PR 91333 - suboptimal register allocation for i [...] new 09bea5845a5 analyzer: fix ICE handling void-type (PR 93373) new 6775172431a analyzer: fix ICE with 'const void *' (PR 93457)
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 | 15 +++++++++++++++ gcc/analyzer/region-model.cc | 14 +++++++++----- gcc/testsuite/ChangeLog | 10 ++++++++++ gcc/testsuite/gcc.dg/analyzer/pr93457.c | 10 ++++++++++ gcc/testsuite/gcc.dg/analyzer/torture/pr93373.c | 3 +++ 5 files changed, 47 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr93457.c create mode 100644 gcc/testsuite/gcc.dg/analyzer/torture/pr93373.c