This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/omp/gcc-12 in repository gcc.
from 57b8f060026 Clarify/verify OpenMP 'omp_calloc' zero-initialization for [...] new 3a2c07395b0 In 'libgomp/allocator.c:omp_realloc', route 'free' through [...] new a5a4800e927 Attempt to register OpenMP pinned memory using a device ins [...]
The 2 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: include/ChangeLog.omp | 4 + include/cuda/cuda.h | 3 + libgomp/ChangeLog.omp | 26 +++++ libgomp/allocator.c | 12 ++- libgomp/config/linux/allocator.c | 74 ++++++++++++++- libgomp/libgomp-plugin.h | 2 + libgomp/libgomp.h | 4 + libgomp/plugin/cuda-lib.def | 3 + libgomp/plugin/plugin-nvptx.c | 33 +++++++ libgomp/target.c | 137 +++++++++++++++++++++++++++ libgomp/testsuite/libgomp.c/alloc-pinned-1.c | 25 +++++ libgomp/testsuite/libgomp.c/alloc-pinned-2.c | 25 +++++ libgomp/testsuite/libgomp.c/alloc-pinned-3.c | 43 ++++++++- libgomp/testsuite/libgomp.c/alloc-pinned-4.c | 43 ++++++++- libgomp/testsuite/libgomp.c/alloc-pinned-5.c | 25 +++++ libgomp/testsuite/libgomp.c/alloc-pinned-6.c | 34 ++++++- 16 files changed, 473 insertions(+), 20 deletions(-)