This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4e1e8752549 Analyzer: include algorithm header new 597b9ec69bc analyzer: implement reference count checking for CPython pl [...]
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/engine.cc | 8 +- gcc/analyzer/exploded-graph.h | 4 +- gcc/analyzer/region-model.cc | 4 + gcc/analyzer/region-model.h | 55 ++- .../gcc.dg/plugin/analyzer_cpython_plugin.c | 385 ++++++++++++++++++++- ...est-2.c => cpython-plugin-test-PyList_Append.c} | 56 +-- .../gcc.dg/plugin/cpython-plugin-test-PyList_New.c | 38 ++ .../plugin/cpython-plugin-test-PyLong_FromLong.c | 38 ++ ...-test-1.c => cpython-plugin-test-no-Python-h.c} | 0 gcc/testsuite/gcc.dg/plugin/plugin.exp | 6 +- 10 files changed, 550 insertions(+), 44 deletions(-) rename gcc/testsuite/gcc.dg/plugin/{cpython-plugin-test-2.c => cpython-plugin-test [...] create mode 100644 gcc/testsuite/gcc.dg/plugin/cpython-plugin-test-PyList_New.c create mode 100644 gcc/testsuite/gcc.dg/plugin/cpython-plugin-test-PyLong_FromLong.c rename gcc/testsuite/gcc.dg/plugin/{cpython-plugin-test-1.c => cpython-plugin-test [...]