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-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 new 3164de6ac1b Daily bump.
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: 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/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/ChangeLog | 35 +++ 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/ChangeLog | 5 + libcc1/configure | 2 +- libgcc/ChangeLog | 5 + libgcc/crtstuff.c | 3 +- 22 files changed, 882 insertions(+), 54 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