This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 07a971b28c8 Strengthen memory order for atomic<T>::wait/notify new ca902055d05 [nvptx] Fix reduction lock new e0451f93d9f [nvptx] Add some support for .local atomics new 456de10c549 [nvptx] Handle nop in prevent_branch_around_nothing new 57f971f9920 [nvptx] Update bar.sync for ptx isa 6.0 new 8ff0669f6d1 [nvptx] Update default ptx isa to 6.3 new bba61d403d0 [nvptx] Add bar.warp.sync new f32f74c2e8c [nvptx] Add uniform_warp_check insn
The 7 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/nvptx/nvptx-opts.h | 1 + gcc/config/nvptx/nvptx.cc | 59 ++++++++- gcc/config/nvptx/nvptx.h | 1 + gcc/config/nvptx/nvptx.md | 132 ++++++++++++++++++++- gcc/config/nvptx/nvptx.opt | 2 +- gcc/testsuite/gcc.target/nvptx/stack-atomics-run.c | 44 +++++++ .../libgomp.oacc-c-c++-common/private-atomic-1.c | 7 -- .../private-atomic-1-vector.f90 | 7 -- .../private-atomic-1-worker.f90 | 7 -- 9 files changed, 229 insertions(+), 31 deletions(-) create mode 100644 gcc/testsuite/gcc.target/nvptx/stack-atomics-run.c