This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2fb2406b3fd doc: Fix errors with makeinfo 4.8 [PR122638] new 62174ec27b6 openmp, nvptx: ompx_gnu_managed_mem_alloc
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/fortran/openmp.cc | 6 +-- include/cuda/cuda.h | 5 +++ include/gomp-constants.h | 7 +++- libgomp/allocator.c | 47 +++++++++++++++++----- libgomp/config/gcn/allocator.c | 20 ++++++++- libgomp/config/linux/allocator.c | 26 +++++++++--- libgomp/config/nvptx/allocator.c | 22 ++++++++-- libgomp/env.c | 12 +++++- libgomp/libgomp-plugin.h | 2 + libgomp/libgomp.h | 4 ++ libgomp/libgomp.texi | 34 ++++++++++++++++ libgomp/omp.h.in | 6 +++ libgomp/omp_lib.f90.in | 4 ++ libgomp/omp_lib.h.in | 4 ++ libgomp/plugin/cuda-lib.def | 1 + libgomp/plugin/plugin-nvptx.c | 32 ++++++++++++--- libgomp/target.c | 42 +++++++++++++++++++ libgomp/testsuite/lib/libgomp.exp | 9 +++++ libgomp/testsuite/libgomp.c++/alloc-managed-1.C | 35 ++++++++++++++++ libgomp/testsuite/libgomp.c/alloc-managed-1.c | 28 +++++++++++++ libgomp/testsuite/libgomp.c/alloc-managed-2.c | 38 +++++++++++++++++ libgomp/testsuite/libgomp.c/alloc-managed-3.c | 44 ++++++++++++++++++++ libgomp/testsuite/libgomp.c/alloc-managed-4.c | 22 ++++++++++ .../testsuite/libgomp.fortran/alloc-managed-1.f90 | 29 +++++++++++++ 24 files changed, 447 insertions(+), 32 deletions(-) create mode 100644 libgomp/testsuite/libgomp.c++/alloc-managed-1.C create mode 100644 libgomp/testsuite/libgomp.c/alloc-managed-1.c create mode 100644 libgomp/testsuite/libgomp.c/alloc-managed-2.c create mode 100644 libgomp/testsuite/libgomp.c/alloc-managed-3.c create mode 100644 libgomp/testsuite/libgomp.c/alloc-managed-4.c create mode 100644 libgomp/testsuite/libgomp.fortran/alloc-managed-1.f90