This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 63bd36be990 c++: dependently scoped template-id in type-req [PR110927] new 38c00edd65c analyzer: More features for CPython analyzer plugin [PR107646]
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/call-details.h | 4 + gcc/analyzer/region-model.cc | 17 +- gcc/analyzer/region-model.h | 14 +- gcc/analyzer/sm-malloc.cc | 42 ++ .../gcc.dg/plugin/analyzer_cpython_plugin.c | 722 +++++++++++++++++++++ .../gcc.dg/plugin/cpython-plugin-test-2.c | 78 +++ gcc/testsuite/gcc.dg/plugin/plugin.exp | 3 +- gcc/testsuite/lib/target-supports.exp | 25 + 8 files changed, 899 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/plugin/cpython-plugin-test-2.c