This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-aarch64-bootstrap_lto in repository toolchain/ci/gcc.
from f0500db3692 Detect buffer overflow by aggregate and vector stores [PR97027]. adds 478cc962ad1 Add gimple_range_type for statements. adds f364cdffa47 i386: Fix ix86_hard_regno_mode_ok for TDmode on 32bit targe [...] adds c031ea2782a analyzer: fix const-correctness of various is_a_helper adds d97d71a1989 Daily bump.
No new revisions were added by this update.
Summary of changes: ChangeLog | 4 + gcc/ChangeLog | 152 +++++++++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/analyzer/ChangeLog | 148 ++++++++++++++++++++++++++++++ gcc/analyzer/svalue.h | 8 +- gcc/c-family/ChangeLog | 6 ++ gcc/c/ChangeLog | 6 ++ gcc/config/i386/i386.c | 7 +- gcc/config/i386/i386.h | 8 +- gcc/cp/ChangeLog | 12 +++ gcc/gimple-range-fold.cc | 44 ++++----- gcc/gimple-range-fold.h | 30 ++++++ gcc/testsuite/ChangeLog | 125 +++++++++++++++++++++++++ gcc/testsuite/gcc.target/i386/pr101346.c | 10 ++ libgcc/ChangeLog | 6 ++ libstdc++-v3/ChangeLog | 22 +++++ 16 files changed, 550 insertions(+), 40 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr101346.c