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