This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5ddb6eca28a Remove dead cc0 code from H8 port new 66dde7bc64b Add analyzer plugin support and CPython GIL example
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-pass.cc | 18 +- gcc/analyzer/analyzer.h | 13 + gcc/analyzer/checker-path.cc | 9 + gcc/analyzer/checker-path.h | 4 + gcc/analyzer/diagnostic-manager.cc | 9 +- gcc/analyzer/engine.cc | 31 ++ gcc/analyzer/pending-diagnostic.h | 8 + gcc/doc/plugins.texi | 4 + gcc/plugin.c | 2 + gcc/plugin.def | 4 + gcc/testsuite/gcc.dg/plugin/analyzer_gil_plugin.c | 436 ++++++++++++++++++++++ gcc/testsuite/gcc.dg/plugin/gil-1.c | 90 +++++ gcc/testsuite/gcc.dg/plugin/gil.h | 32 ++ gcc/testsuite/gcc.dg/plugin/plugin.exp | 2 + 14 files changed, 658 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/plugin/analyzer_gil_plugin.c create mode 100644 gcc/testsuite/gcc.dg/plugin/gil-1.c create mode 100644 gcc/testsuite/gcc.dg/plugin/gil.h