This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 0731889c026 Arm: Block predication on atomics [PR111235] new c64693fb885 diagnostics: fix missing init of set_locations_cb new c5c565eff62 diagnostics: group together source printing fields of diagn [...] new 140820265d9 diagnostics: add diagnostic_output_format class
The 3 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/ada/gcc-interface/misc.cc | 2 +- gcc/analyzer/program-point.cc | 4 +- gcc/c-family/c-common.cc | 2 +- gcc/c-family/c-opts.cc | 2 +- gcc/diagnostic-format-json.cc | 230 +++++++++++---------- gcc/diagnostic-format-sarif.cc | 212 ++++++++++--------- gcc/diagnostic-show-locus.cc | 95 +++++---- gcc/diagnostic.cc | 132 ++++++------ gcc/diagnostic.h | 182 ++++++++++------ gcc/fortran/error.cc | 12 +- gcc/input.cc | 26 ++- gcc/input.h | 3 + gcc/jit/dummy-frontend.cc | 4 +- gcc/opts.cc | 8 +- gcc/selftest-diagnostic.cc | 10 +- .../gcc.dg/plugin/diagnostic_group_plugin.c | 45 ++-- .../gcc.dg/plugin/diagnostic_plugin_show_trees.c | 2 +- .../plugin/diagnostic_plugin_test_inlining.c | 2 +- .../gcc.dg/plugin/diagnostic_plugin_test_paths.c | 2 +- .../plugin/diagnostic_plugin_test_show_locus.c | 26 +-- .../diagnostic_plugin_test_string_literals.c | 2 +- .../diagnostic_plugin_test_tree_expression_range.c | 2 +- gcc/toplev.cc | 8 +- gcc/tree-diagnostic-path.cc | 4 +- 24 files changed, 558 insertions(+), 459 deletions(-)