This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap_O3 in repository toolchain/ci/gcc.
from 4984f882f41 Mark Power10 fusion option undocumented and remove sub-options. adds 3343e7e2c4c libgo: update Hurd support adds 5a9ba3f27f3 Daily bump. adds 9e3bbb4a802 asan: Mark instrumented vars addressable [PR102656] adds 8e5c34ab45f [nvptx] Use nvptx_warpsync / nvptx_uniform_warp_check for - [...] adds 9ed52438b8c [nvptx] Don't skip atomic insns in nvptx_reorg_uniform_simt adds 69cb3f2abb9 [nvptx] Use _ as destination operand of atom.exch
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 40 +++++++++++++ gcc/DATESTAMP | 2 +- gcc/asan.cc | 9 ++- gcc/config/nvptx/nvptx.cc | 66 +++++++++++++++++++--- gcc/config/nvptx/nvptx.md | 25 ++++++-- gcc/cp/ChangeLog | 7 +++ gcc/go/gofrontend/MERGE | 2 +- gcc/testsuite/ChangeLog | 22 ++++++++ gcc/testsuite/g++.dg/asan/pr102656.C | 27 +++++++++ gcc/testsuite/gcc.target/nvptx/atomic-store-1.c | 4 +- gcc/testsuite/gcc.target/nvptx/uniform-simt-1.c | 1 + .../nvptx/{uniform-simt-1.c => uniform-simt-2.c} | 4 +- gcc/testsuite/gcc.target/nvptx/uniform-simt-3.c | 4 ++ libgo/go/internal/testenv/testenv_unix.go | 2 +- libgo/go/os/exec/internal/fdtest/exists_unix.go | 2 +- libgo/go/os/user/cgo_listgroups_unix.go | 2 +- libgo/go/os/user/getgrouplist_unix.go | 2 +- libgo/go/runtime/netpoll_hurd.go | 5 +- libgo/go/runtime/os_hurd.go | 13 +++++ libgo/go/syscall/exec_bsd.go | 2 +- libgo/go/syscall/{exec_bsd.go => exec_hurd.go} | 10 +--- 21 files changed, 214 insertions(+), 37 deletions(-) create mode 100644 gcc/testsuite/g++.dg/asan/pr102656.C copy gcc/testsuite/gcc.target/nvptx/{uniform-simt-1.c => uniform-simt-2.c} (61%) create mode 100644 gcc/testsuite/gcc.target/nvptx/uniform-simt-3.c copy libgo/go/syscall/{exec_bsd.go => exec_hurd.go} (96%)