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 e2e471d83d1 c++: auto and dependent member name [PR105734] adds a743a72714f DSE: Use the constant store source if possible adds c4c3cd5ca5f [PATCH] configure: use OBJDUMP determined by libtool [PR95648] adds 2d546ff6945 libgcc: Align __EH_FRAME_BEGIN__ to pointer size adds 3164de6ac1b Daily bump.
No new revisions were added by this update.
Summary of changes: config/ChangeLog | 5 + config/gcc-plugin.m4 | 2 +- gcc/ChangeLog | 385 +++++++++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 272 ++++++++++++++++++++++ gcc/configure | 2 +- gcc/cp/ChangeLog | 41 ++++ gcc/df-core.cc | 41 ++++ gcc/df.h | 1 + gcc/dse.cc | 8 + gcc/loop-iv.cc | 45 +--- gcc/testsuite/ChangeLog | 35 +++ gcc/testsuite/g++.target/i386/pr105638.C | 44 ++++ libcc1/ChangeLog | 5 + libcc1/configure | 2 +- libgcc/ChangeLog | 5 + libgcc/crtstuff.c | 3 +- 17 files changed, 849 insertions(+), 49 deletions(-) create mode 100644 gcc/testsuite/g++.target/i386/pr105638.C