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-arm in repository toolchain/ci/gcc.
from 0d5cc976a36 unswitch: Fold case label lo/hi values to index type [PR105770] adds 57a8fb92ac4 tree-optimization/105786 - avoid strlen replacement for pointers adds 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 new 72e52b88582 c++: auto function as function argument [PR105779] new e2e471d83d1 c++: auto and dependent member name [PR105734]
The 2 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: 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 | 272 ++++++++++++-------------------- 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/torture/pr105786.c | 13 ++ gcc/testsuite/gcc.dg/tree-ssa/pr30314.c | 18 +++ gcc/tree-loop-distribution.cc | 1 + 16 files changed, 257 insertions(+), 310 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/torture/pr105786.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr30314.c