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_check_gcc/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.
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 + libgcc/config/pa/linux-atomic.c | 6 +++++ 7 files changed, 94 insertions(+), 24 deletions(-) create mode 100644 gcc/testsuite/g++.dg/eh/array2.C create mode 100644 gcc/testsuite/g++.dg/eh/cleanup6.C