This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from cdd8f031c7e Daily bump. new 29f5db8ef81 analyzer: fix ICEs treeifying offset_region [PR96646, PR96841] new d4a906e7b51 analyzer: add test for placement new
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/region-model.cc | 7 +++++-- gcc/testsuite/g++.dg/analyzer/placement-new.C | 26 ++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/analyzer/pr96646.c | 24 ++++++++++++++++++++++++ gcc/testsuite/gcc.dg/analyzer/pr96841.c | 23 +++++++++++++++++++++++ 4 files changed, 78 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/g++.dg/analyzer/placement-new.C create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr96646.c create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr96841.c