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_build/master-arm in repository toolchain/ci/gcc.
from d86a20ee8be tree-optimization: only DSE trapping insn if -fdelete-dead- [...] adds b5c3dd3df38 Use fixed-width types in allocation size tests adds f150dc1bd11 loongarch: use -mno-check-zero-division as the default for [...] new a26f3eb2683 Implement class vrange_storage to stream ranges to long ter [...]
The 1 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/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/testsuite/gcc.dg/analyzer/allocation-size-1.c | 55 +++--- gcc/testsuite/gcc.dg/analyzer/allocation-size-2.c | 73 ++++---- gcc/testsuite/gcc.dg/analyzer/allocation-size-3.c | 23 +-- gcc/testsuite/gcc.dg/analyzer/allocation-size-4.c | 15 +- gcc/testsuite/gcc.dg/analyzer/allocation-size-5.c | 23 +-- gcc/value-range-storage.cc | 212 ++++++++++++++++++++++ gcc/value-range-storage.h | 85 +++++++++ 13 files changed, 415 insertions(+), 99 deletions(-) create mode 100644 gcc/value-range-storage.cc create mode 100644 gcc/value-range-storage.h