This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 1da79de5275 i386: Use offsetable address constraint for double-word mem [...] new 38dc2c64710 SARIF output: fix schema URL [§3.13.3, PR116603] new 19363bf5564 diagnostics: rename dc.printer to m_printer [PR116613] new a97448e92eb diagnostics: replace option_hooks with a diagnostic_option_ [...] new 89991f31c5d diagnostics: introduce struct diagnostic_option_id
The 4 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 | 6 +- gcc/analyzer/access-diagram.cc | 2 +- gcc/analyzer/analyzer-language.cc | 2 +- gcc/analyzer/analyzer.cc | 4 +- gcc/analyzer/call-details.cc | 2 +- gcc/analyzer/call-summary.cc | 4 +- gcc/analyzer/checker-event.cc | 2 +- gcc/analyzer/constraint-manager.cc | 8 +- gcc/analyzer/diagnostic-manager.cc | 2 +- gcc/analyzer/engine.cc | 6 +- gcc/analyzer/kf-analyzer.cc | 2 +- gcc/analyzer/pending-diagnostic.cc | 2 +- gcc/analyzer/program-point.cc | 4 +- gcc/analyzer/program-state.cc | 6 +- gcc/analyzer/ranges.cc | 4 +- gcc/analyzer/region-model-reachability.cc | 2 +- gcc/analyzer/region-model.cc | 6 +- gcc/analyzer/region.cc | 4 +- gcc/analyzer/sm-malloc.cc | 6 +- gcc/analyzer/store.cc | 10 +- gcc/analyzer/supergraph.cc | 4 +- gcc/analyzer/svalue.cc | 2 +- gcc/attribs.cc | 6 +- gcc/c-family/c-common.cc | 7 +- gcc/c-family/c-format.cc | 4 +- gcc/c-family/c-opts.cc | 13 +- gcc/c/c-errors.cc | 38 +++-- gcc/c/c-objc-common.cc | 4 +- gcc/c/c-tree.h | 8 +- gcc/cp/constexpr.cc | 2 +- gcc/cp/cp-tree.h | 4 +- gcc/cp/error.cc | 102 ++++++----- gcc/cp/module.cc | 2 +- gcc/d/d-diagnostic.cc | 7 +- gcc/diagnostic-core.h | 78 +++++++-- gcc/diagnostic-format-json.cc | 13 +- gcc/diagnostic-format-sarif.cc | 62 ++++--- gcc/diagnostic-format-text.cc | 40 +++-- gcc/diagnostic-format.h | 2 + gcc/diagnostic-global-context.cc | 105 +++++++----- gcc/diagnostic-path.cc | 50 +++--- gcc/diagnostic-show-locus.cc | 186 ++++++++++----------- gcc/diagnostic.cc | 171 ++++++++++--------- gcc/diagnostic.h | 168 +++++++++---------- gcc/fortran/cpp.cc | 6 +- gcc/fortran/error.cc | 58 ++++--- gcc/gimple-ssa-warn-access.cc | 2 +- gcc/ipa-pure-const.cc | 5 +- gcc/jit/jit-playback.cc | 2 +- gcc/langhooks.cc | 27 +-- gcc/lto-wrapper.cc | 28 +++- gcc/opts-common.cc | 8 + gcc/opts-diagnostic.h | 44 ++++- gcc/opts-global.cc | 2 +- gcc/opts.cc | 30 ++-- gcc/simple-diagnostic-path.cc | 9 +- gcc/substring-locations.cc | 21 ++- gcc/substring-locations.h | 16 +- .../gcc.dg/plugin/analyzer_cpython_plugin.c | 2 +- .../plugin/diagnostic-test-metadata-sarif.py | 2 +- .../diagnostic-test-paths-multithreaded-sarif.py | 2 +- .../gcc.dg/plugin/diagnostic_group_plugin.c | 16 +- .../gcc.dg/plugin/diagnostic_plugin_test_paths.c | 8 +- .../plugin/diagnostic_plugin_test_show_locus.c | 17 +- .../gcc.dg/sarif-output/test-include-chain-1.py | 2 +- .../gcc.dg/sarif-output/test-include-chain-2.py | 2 +- .../gcc.dg/sarif-output/test-missing-semicolon.py | 2 +- .../gcc.dg/sarif-output/test-no-diagnostics.py | 2 +- gcc/testsuite/gcc.dg/sarif-output/test-werror.py | 2 +- gcc/testsuite/lib/sarif-schema-2.1.0.json | 73 +++++--- gcc/text-art/dump.h | 2 +- gcc/toplev.cc | 14 +- gcc/tree-diagnostic.cc | 4 +- gcc/tree.cc | 11 +- 74 files changed, 893 insertions(+), 688 deletions(-)