This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-release-aarch64-bootstrap_ubsan in repository toolchain/ci/gcc.
from 93c2834e924 Daily bump. adds d9867034e03 c++: zero_init_expr_p of dependent expression [PR95678] adds d2132067ab2 Daily bump. new b7a185371cb [HSA] Avoid ICE when "HSA does not implement indirect calls" new cd32b2c51b9 hurd: libgcc unwinding support over signal trampolines new 5e91fc4718e Daily bump.
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/ChangeLog | 8 ++ gcc/DATESTAMP | 2 +- gcc/cp/ChangeLog | 6 ++ gcc/cp/tree.c | 2 +- gcc/hsa-gen.c | 9 +- gcc/testsuite/ChangeLog | 12 +++ .../c-c++-common/gomp/hsa-indirect-call-1.c | 24 +++++ gcc/testsuite/g++.dg/cpp0x/dependent3.C | 28 ++++++ libgcc/ChangeLog | 9 ++ libgcc/config.host | 8 +- libgcc/config/i386/gnu-unwind.h | 107 +++++++++++++++++++++ 11 files changed, 208 insertions(+), 7 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/gomp/hsa-indirect-call-1.c create mode 100644 gcc/testsuite/g++.dg/cpp0x/dependent3.C create mode 100644 libgcc/config/i386/gnu-unwind.h