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 baa7f7adf75 Merge branch 'releases/gcc-12' into devel/omp/gcc-12 new 15b6140ed5d OpenMP/Fortran: Fix handling of optional is_device_ptr + bi [...] adds 6b14a8e95bb Daily bump. adds 54fda48b168 Daily bump. adds b3f9d2cf7dd Daily bump. new 075e6e50266 Merge branch 'releases/gcc-12' into devel/omp/gcc-12
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: gcc/ChangeLog | 9 ++++ gcc/ChangeLog.omp | 10 ++++ gcc/DATESTAMP | 2 +- gcc/fortran/ChangeLog.omp | 9 ++++ gcc/fortran/trans-openmp.cc | 4 +- gcc/omp-low.cc | 3 +- gcc/testsuite/ChangeLog | 31 +++++++++++++ libgomp/ChangeLog.omp | 9 ++++ .../testsuite/libgomp.fortran/is_device_ptr-3.f90 | 46 +++++++++++++++++++ .../libgomp.fortran/use_device_ptr-optional-4.f90 | 53 ++++++++++++++++++++++ 10 files changed, 173 insertions(+), 3 deletions(-) create mode 100644 libgomp/testsuite/libgomp.fortran/is_device_ptr-3.f90 create mode 100644 libgomp/testsuite/libgomp.fortran/use_device_ptr-optional-4.f90