This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/omp/gcc-10 in repository gcc.
from 4f0f8bf894d Merge branch 'releases/gcc-10' into devel/omp/gcc-10 new 9dc77fbd268 nvptx: Add support for subword compare-and-swap
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/testsuite/ChangeLog.omp | 4 ++ .../ia64-sync-3.c => gcc.target/nvptx/sync.c} | 70 ++++++++++++++++++++-- libgcc/ChangeLog.omp | 4 ++ libgcc/config/{gcn => nvptx}/atomic.c | 15 ++++- libgcc/config/nvptx/t-nvptx | 3 +- libgomp/ChangeLog.omp | 4 ++ .../testsuite/libgomp.c-c++-common/reduction-16.c | 53 ++++++++++++++++ 7 files changed, 146 insertions(+), 7 deletions(-) copy gcc/testsuite/{gcc.dg/ia64-sync-3.c => gcc.target/nvptx/sync.c} (50%) create mode 100644 libgcc/ChangeLog.omp copy libgcc/config/{gcn => nvptx}/atomic.c (76%) create mode 100644 libgomp/testsuite/libgomp.c-c++-common/reduction-16.c