This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 936d40b9ba9 testsuite: Fix missing EFFECTIVE_TARGETS variable errors new 6bd31b33daa analyzer: eliminate region_model::impl_call_* special cases new 7c9717fcb5c analyzer: fix 'errno' on Solaris and OS X [PR107807] new 64fb291c583 analyzer: fix ICE on 'bind(INT_CST, ...)' [PR107783] new ec7c796de02 analyzer: only look for named functions in root ns [PR107788]
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/analyzer.h | 13 + gcc/analyzer/engine.cc | 5 +- gcc/analyzer/known-function-manager.cc | 94 +++- gcc/analyzer/known-function-manager.h | 14 +- gcc/analyzer/region-model-impl-calls.cc | 537 ++++++++++++++++----- gcc/analyzer/region-model.cc | 252 ++-------- gcc/analyzer/region-model.h | 36 +- gcc/analyzer/sm-fd.cc | 9 +- gcc/analyzer/sm-malloc.cc | 4 +- gcc/analyzer/varargs.cc | 131 +++-- gcc/testsuite/g++.dg/analyzer/named-functions.C | 12 + .../analyzer/{errno-1.c => errno-___errno.c} | 10 +- .../gcc.dg/analyzer/{errno-1.c => errno-__error.c} | 9 +- .../analyzer/{errno-1.c => errno-global-var.c} | 5 +- gcc/testsuite/gcc.dg/analyzer/fd-accept.c | 5 + gcc/testsuite/gcc.dg/analyzer/fd-bind.c | 5 + gcc/testsuite/gcc.dg/analyzer/fd-connect.c | 5 + gcc/testsuite/gcc.dg/analyzer/fd-listen.c | 7 +- 18 files changed, 729 insertions(+), 424 deletions(-) create mode 100644 gcc/testsuite/g++.dg/analyzer/named-functions.C copy gcc/testsuite/gcc.dg/analyzer/{errno-1.c => errno-___errno.c} (71%) copy gcc/testsuite/gcc.dg/analyzer/{errno-1.c => errno-__error.c} (75%) copy gcc/testsuite/gcc.dg/analyzer/{errno-1.c => errno-global-var.c} (87%)