This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e01975f97cb rs6000: Update constraint documentation new 287ccd3bd6b analyzer: fix ICE due to comparing int and real constants ( [...] new 5e10b9a28be analyzer: fix ICE merging models containing label pointers [...] new 73f386581bd analyzer: show BBs in .dot dumps new 8525d1f5f57 analyzer: detect zero-assignment in phis (PR 93544)
The 4 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 | 43 ++++++++++++++++++++ gcc/analyzer/constraint-manager.cc | 4 +- gcc/analyzer/diagnostic-manager.cc | 9 +++++ gcc/analyzer/engine.cc | 24 +++++++++++- gcc/analyzer/exploded-graph.h | 2 + gcc/analyzer/region-model.cc | 16 +++++--- gcc/analyzer/region-model.h | 16 ++++++-- gcc/analyzer/sm-malloc.cc | 52 ++++++++++++++++++++----- gcc/analyzer/sm.h | 7 ++++ gcc/analyzer/supergraph.cc | 2 +- gcc/testsuite/ChangeLog | 15 +++++++ gcc/testsuite/gcc.dg/analyzer/pr93546.c | 10 +++++ gcc/testsuite/gcc.dg/analyzer/pr93547.c | 14 +++++++ gcc/testsuite/gcc.dg/analyzer/torture/pr93544.c | 17 ++++++++ 14 files changed, 210 insertions(+), 21 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr93546.c create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr93547.c create mode 100644 gcc/testsuite/gcc.dg/analyzer/torture/pr93544.c