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 c455181c13a Merge branch 'releases/gcc-12' into devel/omp/gcc-12 new 5ee8de3513b Fortran: Update use_device_ptr for OpenMP 5.1 [PR105318]
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/ChangeLog.omp | 10 ++ gcc/fortran/openmp.cc | 70 ++++++--- gcc/testsuite/ChangeLog.omp | 11 ++ gcc/testsuite/gfortran.dg/gomp/is_device_ptr-1.f90 | 8 +- gcc/testsuite/gfortran.dg/gomp/is_device_ptr-2.f90 | 2 +- gcc/testsuite/gfortran.dg/gomp/is_device_ptr-3.f90 | 3 +- libgomp/ChangeLog.omp | 8 ++ .../testsuite/libgomp.fortran/is_device_ptr-2.f90 | 159 +++++++++++++++++++++ 8 files changed, 244 insertions(+), 27 deletions(-) create mode 100644 libgomp/testsuite/libgomp.fortran/is_device_ptr-2.f90