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 cb3afcd2a38 Daily bump. adds 5fbcbcaff72 analyzer: const functions have no side effects [PR104576] adds 687e57d7ac7 Define __SIZEOF_FLOAT128__ and __SIZEOF_IBM128__. adds 837eb12629d libbacktrace: gather address ranges from skeleton units new 550cabd0023 Clean up MPX-related bit_{MPX,BNDREGS,BNDCSR}.
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/analyzer/region-model.cc | 6 +- gcc/config/i386/cpuid.h | 5 - gcc/config/rs6000/rs6000-c.cc | 6 +- .../gcc.dg/analyzer/torture/uninit-pr63311.c | 134 +++++++++++++++++++++ gcc/testsuite/gcc.dg/analyzer/uninit-pr104576.c | 16 +++ gcc/testsuite/gcc.target/powerpc/pr99708.c | 21 ++++ .../gfortran.dg/analyzer/uninit-pr63311.f90 | 39 ++++++ libbacktrace/dwarf.c | 31 +++-- 8 files changed, 239 insertions(+), 19 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/analyzer/torture/uninit-pr63311.c create mode 100644 gcc/testsuite/gcc.dg/analyzer/uninit-pr104576.c create mode 100644 gcc/testsuite/gcc.target/powerpc/pr99708.c create mode 100644 gcc/testsuite/gfortran.dg/analyzer/uninit-pr63311.f90