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-arm in repository toolchain/ci/gcc.
from cf78d8411d0 match.pd: Optimize __builtin_mul_overflow_p (x, cst, (utype [...] adds 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] new 2d546ff6945 libgcc: Align __EH_FRAME_BEGIN__ to pointer size
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/gcc-plugin.m4 | 2 +- gcc/config/aarch64/aarch64-c.cc | 2 +- gcc/config/aarch64/aarch64-opts.h | 6 + gcc/config/aarch64/aarch64-protos.h | 8 -- gcc/config/aarch64/aarch64.cc | 183 +++++++++++-------------------- gcc/config/aarch64/aarch64.h | 3 - gcc/config/aarch64/aarch64.opt | 12 +- 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 +- 20 files changed, 209 insertions(+), 191 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