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 9044b7efb35 OpenMP, libgomp: Handle unified shared memory in omp_target [...] new 2ab62864c29 libgomp: Fix USM bugs
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: libgomp/ChangeLog.omp | 10 +++++++++ libgomp/libgomp.h | 1 + libgomp/target.c | 25 ++++++++++++++-------- libgomp/testsuite/libgomp.fortran/usm-1.f90 | 28 ++++++++++++++++++++++++ libgomp/testsuite/libgomp.fortran/usm-2.f90 | 33 +++++++++++++++++++++++++++++ 5 files changed, 88 insertions(+), 9 deletions(-) create mode 100644 libgomp/testsuite/libgomp.fortran/usm-1.f90 create mode 100644 libgomp/testsuite/libgomp.fortran/usm-2.f90