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-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. new 092e60f57ad c++: don't wrap cleanups that can't throw new c743614e701 c++: fix array cleanup with throwing temp dtor new ee4e234e9a6 Skip gcc.dg/guality/example.c on hppa-linux.
The 3 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/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