This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6d90f5d0ae9 PR modula2/117555: libgm2 build failure after r15-5081-g959 [...] new a5af2ec16fa diagnostics: add support for nested diagnostics [PR116253]
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/c-family/c-opts.cc | 2 +- gcc/diagnostic-core.h | 12 ++ gcc/diagnostic-format-sarif.cc | 16 ++- gcc/diagnostic-format-text.cc | 121 +++++++++++++++++++-- gcc/diagnostic-format-text.h | 34 +++++- gcc/diagnostic-global-context.cc | 12 ++ gcc/diagnostic-show-locus.cc | 5 + gcc/diagnostic.cc | 29 ++++- gcc/diagnostic.h | 15 ++- gcc/doc/invoke.texi | 18 +++ gcc/opts-diagnostic.cc | 32 +++++- .../gcc.dg/plugin/diagnostic-test-nesting-sarif.c | 16 +++ .../gcc.dg/plugin/diagnostic-test-nesting-sarif.py | 39 +++++++ ...nostic-test-nesting-text-indented-show-levels.c | 24 ++++ ...diagnostic-test-nesting-text-indented-unicode.c | 24 ++++ .../plugin/diagnostic-test-nesting-text-indented.c | 24 ++++ .../plugin/diagnostic-test-nesting-text-plain.c | 8 ++ ...metadata.c => diagnostic_plugin_test_nesting.c} | 50 ++++----- gcc/testsuite/gcc.dg/plugin/plugin.exp | 6 + 19 files changed, 439 insertions(+), 48 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/plugin/diagnostic-test-nesting-sarif.c create mode 100644 gcc/testsuite/gcc.dg/plugin/diagnostic-test-nesting-sarif.py create mode 100644 gcc/testsuite/gcc.dg/plugin/diagnostic-test-nesting-text-indent [...] create mode 100644 gcc/testsuite/gcc.dg/plugin/diagnostic-test-nesting-text-indent [...] create mode 100644 gcc/testsuite/gcc.dg/plugin/diagnostic-test-nesting-text-indented.c create mode 100644 gcc/testsuite/gcc.dg/plugin/diagnostic-test-nesting-text-plain.c copy gcc/testsuite/gcc.dg/plugin/{diagnostic_plugin_test_metadata.c => diagnostic_ [...]