This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from de2dc62379b libstdc++: Replace std::__to_address in C++20 branch in <string> new f565063a060 diagnostics: implement buffering for non-textual formats [P [...]
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/diagnostic-buffer.h | 109 ++++++++++ gcc/diagnostic-format-json.cc | 123 +++++++++-- gcc/diagnostic-format-sarif.cc | 225 ++++++++++++++++++++- gcc/diagnostic-format-text.cc | 116 +++++++++++ gcc/diagnostic-format-text.h | 7 + gcc/diagnostic-format.h | 12 ++ gcc/diagnostic.cc | 224 +++++++++++++++++--- gcc/diagnostic.h | 66 ++++-- gcc/fortran/error.cc | 149 ++++---------- gcc/fortran/gfortran.h | 7 +- .../gcc.dg/plugin/diagnostic_plugin_xhtml_format.c | 124 +++++++++++- .../diagnostic-format-json-pr105916.F90 | 14 ++ .../gfortran.dg/diagnostic-format-sarif-1.F90 | 18 ++ .../gfortran.dg/diagnostic-format-sarif-1.py | 53 +++++ .../diagnostic-format-sarif-pr105916.f90 | 13 ++ 15 files changed, 1069 insertions(+), 191 deletions(-) create mode 100644 gcc/diagnostic-buffer.h create mode 100644 gcc/testsuite/gfortran.dg/diagnostic-format-json-pr105916.F90 create mode 100644 gcc/testsuite/gfortran.dg/diagnostic-format-sarif-1.F90 create mode 100644 gcc/testsuite/gfortran.dg/diagnostic-format-sarif-1.py create mode 100644 gcc/testsuite/gfortran.dg/diagnostic-format-sarif-pr105916.f90