This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6bfeba12c86 Fortran: fix ICE with use with rename of namelist member [P [...] new 464a3d2fe53 Use std::unique_ptr for optinfo_item new 68a0ca66972 pretty-print: move class chunk_info into its own header new e31b6176996 pretty-print: reimplement pp_format with a new struct pp_token new aff7f677120 SARIF output: implement embedded URLs in messages (§3.11.6; [...]
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/c/c-objc-common.cc | 4 +- gcc/config/aarch64/aarch64.cc | 1 + gcc/config/arm/arm.cc | 1 + gcc/config/i386/i386.cc | 1 + gcc/config/loongarch/loongarch.cc | 1 + gcc/config/riscv/riscv-vector-costs.cc | 1 + gcc/config/riscv/riscv.cc | 1 + gcc/config/rs6000/rs6000.cc | 1 + gcc/cp/error.cc | 106 +- gcc/diagnostic-event-id.h | 6 + gcc/diagnostic-format-sarif.cc | 605 ++++++++-- gcc/diagnostic.cc | 2 +- gcc/dump-context.h | 45 +- gcc/dumpfile.cc | 348 +++--- gcc/fortran/error.cc | 5 +- gcc/gimple-loop-interchange.cc | 1 + gcc/gimple-loop-jam.cc | 1 + gcc/gimple-loop-versioning.cc | 1 + gcc/graphite-dependences.cc | 1 + gcc/graphite-isl-ast-to-gimple.cc | 1 + gcc/graphite-optimize-isl.cc | 1 + gcc/graphite-poly.cc | 1 + gcc/graphite-scop-detection.cc | 1 + gcc/graphite-sese-to-poly.cc | 1 + gcc/graphite.cc | 1 + gcc/opt-problem.cc | 4 +- gcc/optinfo.cc | 8 +- gcc/optinfo.h | 11 +- gcc/pretty-print-format-impl.h | 489 ++++++++ gcc/pretty-print-markup.h | 10 +- gcc/pretty-print-urlifier.h | 2 +- gcc/pretty-print.cc | 1202 ++++++++++++++------ gcc/pretty-print.h | 88 +- gcc/sese.cc | 1 + gcc/targhooks.cc | 1 + gcc/testsuite/gcc.dg/plugin/dump_plugin.c | 1 + gcc/testsuite/gcc.dg/sarif-output/bad-pragma.c | 16 + .../gcc.dg/sarif-output/test-bad-pragma.py | 38 + .../gcc.dg/sarif-output/test-include-chain-2.py | 6 +- gcc/tree-data-ref.cc | 1 + gcc/tree-diagnostic.cc | 2 +- gcc/tree-diagnostic.h | 2 +- gcc/tree-if-conv.cc | 1 + gcc/tree-loop-distribution.cc | 1 + gcc/tree-parloops.cc | 1 + gcc/tree-predcom.cc | 1 + gcc/tree-ssa-live.cc | 1 + gcc/tree-ssa-loop-ivcanon.cc | 1 + gcc/tree-ssa-loop-ivopts.cc | 1 + gcc/tree-ssa-loop-prefetch.cc | 1 + gcc/tree-ssa-loop-unswitch.cc | 1 + gcc/tree-ssa-phiopt.cc | 1 + gcc/tree-ssa-threadbackward.cc | 1 + gcc/tree-ssa-threadupdate.cc | 1 + gcc/tree-vect-data-refs.cc | 1 + gcc/tree-vect-generic.cc | 1 + gcc/tree-vect-loop-manip.cc | 1 + gcc/tree-vect-loop.cc | 1 + gcc/tree-vect-patterns.cc | 1 + gcc/tree-vect-slp-patterns.cc | 1 + gcc/tree-vect-slp.cc | 1 + gcc/tree-vect-stmts.cc | 1 + gcc/tree-vectorizer.cc | 1 + 63 files changed, 2304 insertions(+), 737 deletions(-) create mode 100644 gcc/pretty-print-format-impl.h create mode 100644 gcc/testsuite/gcc.dg/sarif-output/bad-pragma.c create mode 100644 gcc/testsuite/gcc.dg/sarif-output/test-bad-pragma.py