This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-aarch64 in repository toolchain/ci/gcc.
from ae54c1b0996 AArch64: Cleanup option processing code adds 72e52b88582 c++: auto function as function argument [PR105779] adds 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
No new revisions were added by this update.
Summary of changes: config/gcc-plugin.m4 | 2 +- gcc/configure | 2 +- gcc/cp/call.cc | 5 ++++ gcc/cp/parser.cc | 2 +- gcc/cp/pt.cc | 4 --- gcc/df-core.cc | 41 +++++++++++++++++++++++++++++ gcc/df.h | 1 + gcc/dse.cc | 8 ++++++ gcc/loop-iv.cc | 45 +------------------------------- gcc/testsuite/g++.dg/cpp0x/auto57.C | 15 +++++++++++ gcc/testsuite/g++.dg/cpp1y/auto-fn63.C | 12 +++++++++ gcc/testsuite/g++.target/i386/pr105638.C | 44 +++++++++++++++++++++++++++++++ libcc1/configure | 2 +- libgcc/crtstuff.c | 3 ++- 14 files changed, 133 insertions(+), 53 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/auto57.C create mode 100644 gcc/testsuite/g++.dg/cpp1y/auto-fn63.C create mode 100644 gcc/testsuite/g++.target/i386/pr105638.C