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_O1 in repository toolchain/ci/gcc.
from 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 new 1f96b5eeef1 Daily bump.
The 1 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 | 34 +++++++++++ gcc/DATESTAMP | 2 +- gcc/asan.cc | 9 ++- gcc/config/nvptx/nvptx.cc | 66 +++++++++++++++++++--- gcc/config/nvptx/nvptx.md | 25 ++++++-- gcc/testsuite/ChangeLog | 18 ++++++ 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 ++ 11 files changed, 174 insertions(+), 20 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