This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d0da347a1dd LoongArch: Use bstrins for "value & (-1u << const)" new fc47393acfa pretty_printer: rename instances named "buffer" to "pp" new c5e3be45688 pretty_printer: make all fields private new 1cae1a5ce08 pretty_printer: convert chunk_info into a 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/analyzer/access-diagram.cc | 2 +- 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/engine.cc | 6 +- gcc/analyzer/feasible-graph.cc | 2 +- gcc/analyzer/program-point.cc | 2 +- gcc/analyzer/program-state.cc | 6 +- gcc/analyzer/ranges.cc | 4 +- gcc/analyzer/record-layout.cc | 2 +- gcc/analyzer/region-model-reachability.cc | 2 +- gcc/analyzer/region-model.cc | 6 +- gcc/analyzer/region-model.h | 2 +- gcc/analyzer/region.cc | 4 +- gcc/analyzer/sm-malloc.cc | 2 +- gcc/analyzer/store.cc | 14 +- gcc/analyzer/supergraph.cc | 4 +- gcc/analyzer/svalue.cc | 2 +- gcc/c-family/c-ada-spec.cc | 878 +++++----- gcc/c-family/c-pretty-print.cc | 36 +- gcc/c/c-objc-common.cc | 4 +- gcc/cp/cxx-pretty-print.cc | 12 +- gcc/cp/error.cc | 47 +- gcc/diagnostic.cc | 14 +- gcc/diagnostic.h | 6 +- gcc/digraph.cc | 2 +- gcc/digraph.h | 2 +- gcc/dumpfile.cc | 10 +- gcc/fortran/error.cc | 30 +- gcc/gimple-pretty-print.cc | 1774 ++++++++++---------- gcc/graph.cc | 4 +- gcc/jit/jit-recording.cc | 2 +- gcc/langhooks.cc | 3 +- gcc/lto-wrapper.cc | 4 +- gcc/pretty-print.cc | 425 ++--- gcc/pretty-print.h | 293 +++- gcc/print-rtl.cc | 6 +- gcc/print-tree.cc | 8 +- gcc/sched-rgn.cc | 2 +- .../gcc.dg/plugin/analyzer_cpython_plugin.c | 2 +- gcc/text-art/canvas.cc | 10 +- gcc/text-art/dump.h | 2 +- gcc/text-art/selftests.cc | 2 +- gcc/text-art/style.cc | 4 +- gcc/text-art/styled-string.cc | 2 +- gcc/tree-diagnostic-path.cc | 2 +- gcc/tree-loop-distribution.cc | 10 +- gcc/tree-pretty-print.cc | 2 +- gcc/tree-pretty-print.h | 2 +- gcc/value-range.cc | 26 +- 51 files changed, 1940 insertions(+), 1762 deletions(-)