This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8eacaaff729 gcc/testsuite/ChangeLog: new 10deaa55ec3 [nvptx, libgomp] Fix map_push new 843d20adbf8 [nvptx, libgomp] Fix assert (!s->map->active) in map_fini new 378fd7c7fc5 [nvptx, libgomp] Fix cuMemAlloc with size zero
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: libgomp/ChangeLog | 22 ++++ libgomp/plugin/plugin-nvptx.c | 120 ++++++++++++++------- .../testsuite/libgomp.oacc-c-c++-common/pr87835.c | 62 +++++++++++ .../testsuite/libgomp.oacc-c-c++-common/pr88941.c | 15 +++ .../testsuite/libgomp.oacc-c-c++-common/pr88946.c | 15 +++ 5 files changed, 195 insertions(+), 39 deletions(-) create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/pr87835.c create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/pr88941.c create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/pr88946.c