This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-11 in repository gcc.
from 84d77cc8d0d Daily bump. new e7d995cf9bf 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.c | 4 +- gcc/omp-low.c | 3 +- .../testsuite/libgomp.fortran/is_device_ptr-3.f90 | 47 +++++++++++++++++++ .../libgomp.fortran/use_device_ptr-optional-4.f90 | 53 ++++++++++++++++++++++ 4 files changed, 105 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