This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-12 in repository gcc.
from d5f1d6ec2df Daily bump. new fa1e458d05a OpenMP/Fortran: Fix handling of optional is_device_ptr + bi [...]
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/trans-openmp.cc | 4 +- gcc/omp-low.cc | 3 +- .../testsuite/libgomp.fortran/is_device_ptr-3.f90 | 46 +++++++++++++++++++ .../libgomp.fortran/use_device_ptr-optional-4.f90 | 53 ++++++++++++++++++++++ 4 files changed, 104 insertions(+), 2 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