This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 435e09e05c3 cobol: Divide-and-conquer conversion from binary to packed- [...] new 5edb251951a diagnostics: introduce struct column_options new d7d0ea918fa diagnostics: update signature of some callbacks new f14fee14d44 diagnostics: minor cleanups new ac4e7455a33 diagnostics: revamp of dumping of "diagnostics" internal state new d3fe5a560f0 diagnostics: enable nested diagnostics by default [PR116253]
The 5 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/Makefile.in | 1 + gcc/c-family/c-indentation.cc | 2 +- gcc/c-family/c-opts.cc | 2 +- gcc/common.opt | 12 ++ gcc/common.opt.urls | 9 ++ gcc/cp/error.cc | 4 +- gcc/diagnostic.h | 3 - gcc/diagnostics/buffering.cc | 5 +- .../{macro-unwinding.h => column-options.h} | 27 +++-- gcc/diagnostics/context.cc | 124 ++++++++++++++------- gcc/diagnostics/context.h | 31 +++--- gcc/diagnostics/dumping.cc | 116 +++++++++++++++++++ gcc/diagnostics/{option-id.h => dumping.h} | 38 +++---- gcc/diagnostics/file-cache.cc | 46 +++++--- gcc/diagnostics/html-sink.cc | 40 +++++-- gcc/diagnostics/html-sink.h | 2 + gcc/diagnostics/metadata.h | 2 + gcc/diagnostics/output-spec.cc | 14 +-- gcc/diagnostics/sarif-sink.cc | 81 +++++++++++--- gcc/diagnostics/sarif-sink.h | 4 + gcc/diagnostics/sink.h | 3 + gcc/diagnostics/source-printing.cc | 8 +- gcc/diagnostics/text-sink.cc | 26 +++-- gcc/diagnostics/text-sink.h | 8 ++ gcc/doc/invoke.texi | 56 ++++++++-- gcc/lto-wrapper.cc | 9 ++ gcc/opts-common.cc | 3 +- gcc/opts.cc | 22 +++- .../concepts/nested-diagnostics-1-truncated.C | 2 +- .../g++.dg/concepts/nested-diagnostics-1.C | 2 +- .../g++.dg/concepts/nested-diagnostics-2.C | 2 +- ...c => diagnostic-test-nesting-no-show-nesting.c} | 1 + ...ed.c => diagnostic-test-nesting-show-nesting.c} | 2 +- ...nostic-test-nesting-text-indented-show-levels.c | 2 +- ...diagnostic-test-nesting-text-indented-unicode.c | 2 +- .../plugin/diagnostic-test-nesting-text-indented.c | 2 +- gcc/testsuite/gcc.dg/plugin/plugin.exp | 2 + gcc/toplev.cc | 6 + gcc/tree-diagnostic.cc | 2 +- 39 files changed, 541 insertions(+), 182 deletions(-) copy gcc/diagnostics/{macro-unwinding.h => column-options.h} (53%) create mode 100644 gcc/diagnostics/dumping.cc copy gcc/diagnostics/{option-id.h => dumping.h} (51%) copy gcc/testsuite/gcc.dg/plugin/{diagnostic-test-nesting-text-plain.c => diagnost [...] copy gcc/testsuite/gcc.dg/plugin/{diagnostic-test-nesting-text-indented.c => diagn [...]