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 62eb5308fe6 Daily bump. adds 4759c16beec Use optab_libfunc to access sync_lock_test_and_set libfunc [...] adds 4620531ea98 Generate illegal instruction fault if LWS syscall returns -EFAULT. adds 092e60f57ad c++: don't wrap cleanups that can't throw adds c743614e701 c++: fix array cleanup with throwing temp dtor adds ee4e234e9a6 Skip gcc.dg/guality/example.c on hppa-linux. adds 6bec6e3aaa3 Adjust shadd-2 and shadd-3 scan counts.
No new revisions were added by this update.
Summary of changes: gcc/config/pa/pa.md | 24 +++++++++--------- gcc/cp/decl.c | 14 ++++++----- gcc/cp/init.c | 17 ++++++++----- gcc/testsuite/g++.dg/eh/array2.C | 43 +++++++++++++++++++++++++++++++++ gcc/testsuite/g++.dg/eh/cleanup6.C | 13 ++++++++++ gcc/testsuite/gcc.dg/guality/example.c | 1 + gcc/testsuite/gcc.target/hppa/shadd-2.c | 2 +- gcc/testsuite/gcc.target/hppa/shadd-3.c | 2 +- libgcc/config/pa/linux-atomic.c | 6 +++++ 9 files changed, 96 insertions(+), 26 deletions(-) create mode 100644 gcc/testsuite/g++.dg/eh/array2.C create mode 100644 gcc/testsuite/g++.dg/eh/cleanup6.C