This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e7fd3b78323 Make USES_COMDAT_LOCAL CIF_FINAL_NORMAL new e4bb1bd60a9 analyzer: avoid printing '<unknown>' for SSA names [PR99771]
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/analyzer.cc | 128 +++++++++++++++++++++ gcc/analyzer/analyzer.h | 1 + gcc/analyzer/checker-path.cc | 10 +- gcc/analyzer/engine.cc | 5 +- gcc/analyzer/region-model.cc | 4 +- gcc/testsuite/gcc.dg/analyzer/data-model-10.c | 3 +- gcc/testsuite/gcc.dg/analyzer/malloc-ipa-13.c | 3 +- .../analyzer/{malloc-ipa-13.c => malloc-ipa-13a.c} | 14 ++- gcc/testsuite/gcc.dg/analyzer/pr99771-1.c | 63 ++++++++++ 9 files changed, 217 insertions(+), 14 deletions(-) copy gcc/testsuite/gcc.dg/analyzer/{malloc-ipa-13.c => malloc-ipa-13a.c} (54%) create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr99771-1.c