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-aarch64-bootstrap in repository toolchain/ci/gcc.
from b5c3dd3df38 Use fixed-width types in allocation size tests adds f150dc1bd11 loongarch: use -mno-check-zero-division as the default for [...] adds a26f3eb2683 Implement class vrange_storage to stream ranges to long ter [...]
No new revisions were added by this update.
Summary of changes: gcc/Makefile.in | 2 + gcc/common/config/loongarch/loongarch-common.cc | 3 - gcc/config/loongarch/loongarch.cc | 18 +- gcc/doc/invoke.texi | 3 +- gcc/gengtype.cc | 1 + gcc/testsuite/gcc.c-torture/execute/20101011-1.c | 1 + gcc/value-range-storage.cc | 212 +++++++++++++++++++++++ gcc/value-range-storage.h | 85 +++++++++ 8 files changed, 318 insertions(+), 7 deletions(-) create mode 100644 gcc/value-range-storage.cc create mode 100644 gcc/value-range-storage.h