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-arm-bootstrap in repository toolchain/ci/gcc.
from ee21974c8ec c++: Make static init generation more consistent adds c4d702fb3c1 c++: Cleanup static init generation adds 289f860fe62 c++: Static init guard generation adds 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]
No new revisions were added by this update.
Summary of changes: 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/cp/call.cc | 5 + gcc/cp/decl2.cc | 182 ++++++++++++------------------- gcc/cp/parser.cc | 2 +- gcc/cp/pt.cc | 4 - gcc/match.pd | 11 ++ gcc/testsuite/g++.dg/cpp0x/auto57.C | 15 +++ gcc/testsuite/g++.dg/cpp1y/auto-fn63.C | 12 +++ gcc/testsuite/gcc.dg/tree-ssa/pr30314.c | 18 ++++ 14 files changed, 205 insertions(+), 258 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/gcc.dg/tree-ssa/pr30314.c