This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f864e4b54a1 [RISC-V][PR rtl-optimization/121937] Don't call neg_poly_in [...] new 8cd2db265e7 Revert: r16-4193 ("diagnostics: generalize state graph code [...]
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: contrib/gcc.doxy | 2 +- gcc/Makefile.in | 3 +- gcc/analyzer/ana-state-to-diagnostic-state.cc | 163 ++++++++--------- gcc/analyzer/ana-state-to-diagnostic-state.h | 23 +-- gcc/analyzer/checker-event.cc | 9 +- gcc/analyzer/sm-malloc.cc | 29 +-- gcc/configure | 2 +- gcc/configure.ac | 2 +- gcc/custom-sarif-properties/digraphs.cc | 28 --- gcc/custom-sarif-properties/digraphs.h | 37 ---- gcc/custom-sarif-properties/state-graphs.cc | 157 ---------------- gcc/custom-sarif-properties/state-graphs.h | 97 ---------- gcc/diagnostics/diagnostics-selftests.cc | 1 + gcc/diagnostics/diagnostics-selftests.h | 1 + gcc/diagnostics/digraphs.cc | 199 ++++----------------- gcc/diagnostics/digraphs.h | 62 ++----- gcc/diagnostics/html-sink.cc | 62 +++---- gcc/diagnostics/html-sink.h | 9 +- gcc/diagnostics/output-spec.cc | 12 +- gcc/diagnostics/state-graphs-to-dot.cc | 139 +++++++------- gcc/diagnostics/state-graphs.cc | 156 ++++++++++++++++ gcc/diagnostics/state-graphs.h | 108 +++++++++++ gcc/doc/invoke.texi | 8 +- gcc/json.cc | 25 --- gcc/json.h | 82 --------- .../gcc.dg/plugin/diagnostic_plugin_test_graphs.cc | 5 +- 26 files changed, 521 insertions(+), 900 deletions(-) delete mode 100644 gcc/custom-sarif-properties/digraphs.cc delete mode 100644 gcc/custom-sarif-properties/digraphs.h delete mode 100644 gcc/custom-sarif-properties/state-graphs.cc delete mode 100644 gcc/custom-sarif-properties/state-graphs.h create mode 100644 gcc/diagnostics/state-graphs.cc