This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9fe669ced17 Daily bump. new 17967907102 testsuite: use check-jsonschema for validating .sarif files [...] new d681c5211e6 diagnostics: eliminate various implicit uses of global_dc new 3800a78a767 diagnostics: introduce diagnostic-global-context.cc
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/Makefile.in | 1 + gcc/c/c-parser.cc | 2 +- gcc/cp/parser.cc | 11 +- gcc/diagnostic-global-context.cc | 553 +++++++++++++++++++++++++++++++++ gcc/diagnostic-path.cc | 125 ++++---- gcc/diagnostic-show-locus.cc | 25 +- gcc/diagnostic.cc | 559 ++-------------------------------- gcc/diagnostic.h | 8 + gcc/doc/install.texi | 7 +- gcc/gcc-rich-location.h | 6 +- gcc/testsuite/lib/scansarif.exp | 8 +- gcc/testsuite/lib/target-supports.exp | 6 +- 12 files changed, 682 insertions(+), 629 deletions(-) create mode 100644 gcc/diagnostic-global-context.cc