This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_gcc/master-aarch64 in repository toolchain/ci/gcc.
from 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/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/gimple-pretty-print.cc | 32 +----- gcc/pretty-print.h | 7 ++ gcc/testsuite/gcc.dg/pr106278.c | 22 ++++ gcc/value-range-pretty-print.cc | 111 +++++++++++++++++++ gcc/value-range-pretty-print.h | 37 +++++++ gcc/value-range.cc | 125 +++++----------------- gcc/value-range.h | 19 ++-- 16 files changed, 264 insertions(+), 171 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