This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap in repository toolchain/ci/gcc.
from ae69e6f61b9 i386: Fix _mm_[u]comixx_{ss,sd} codegen and add PF result. [...] adds f858fe7a8b2 libcpp: Improve encapsulation of label_text adds 91a7f30662c Implement visitor pattern for vrange. adds 64864aa9e6e Convert vrange dumping facilities to pretty_printer. adds 3aab916f4ff Use pp_vrange for ranges in dump_ssaname_info. adds 2fd215b03e8 PR target/106278: Keep REG_EQUAL notes consistent during TI [...] adds 23dd41c480f MAINTAINERS: Add myself to Write After Approval adds 5ba864c5d11 aarch64: Add V1DI mode adds 91259dd850b aarch64: Remove qualifier_internal
No new revisions were added by this update.
Summary of changes: MAINTAINERS | 1 + gcc/Makefile.in | 1 + gcc/analyzer/call-info.cc | 2 +- gcc/analyzer/checker-path.cc | 46 ++++---- gcc/analyzer/diagnostic-manager.cc | 20 ++-- gcc/analyzer/engine.cc | 2 +- gcc/analyzer/program-state.cc | 2 +- gcc/analyzer/region-model-impl-calls.cc | 4 +- gcc/analyzer/region.cc | 2 +- gcc/analyzer/sm-malloc.cc | 10 +- gcc/analyzer/store.cc | 6 +- gcc/analyzer/supergraph.cc | 4 +- gcc/analyzer/svalue.cc | 2 +- gcc/c-family/c-format.cc | 4 +- gcc/config/aarch64/aarch64-builtins.cc | 9 +- gcc/config/aarch64/aarch64-modes.def | 1 + gcc/config/aarch64/aarch64-simd-builtin-types.def | 6 +- gcc/config/aarch64/aarch64-simd.md | 14 +-- gcc/config/aarch64/aarch64.cc | 2 +- gcc/config/aarch64/iterators.md | 14 ++- gcc/config/i386/i386-features.cc | 34 +++--- gcc/diagnostic-format-json.cc | 4 +- gcc/diagnostic-format-sarif.cc | 2 +- gcc/diagnostic-show-locus.cc | 7 +- gcc/gimple-pretty-print.cc | 32 +----- gcc/pretty-print.h | 7 ++ gcc/testsuite/gcc.dg/pr106278.c | 22 ++++ gcc/tree-diagnostic-path.cc | 16 +-- gcc/value-range-pretty-print.cc | 111 +++++++++++++++++++ gcc/value-range-pretty-print.h | 37 +++++++ gcc/value-range.cc | 125 +++++----------------- gcc/value-range.h | 19 ++-- libcpp/include/line-map.h | 25 ++--- 33 files changed, 344 insertions(+), 249 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr106278.c create mode 100644 gcc/value-range-pretty-print.cc create mode 100644 gcc/value-range-pretty-print.h