This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/omp/gcc-11 in repository gcc.
from ee954d940c4 Fortran: Fix proc pointer as elemental arg handling new edd7d04ccb4 OpenMP: Handle descriptors in target's firstprivate [PR104949]
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/f95-lang.c | 2 + gcc/fortran/trans-openmp.c | 42 ++++++++ gcc/fortran/trans.h | 1 + gcc/langhooks-def.h | 3 + gcc/langhooks.c | 8 ++ gcc/langhooks.h | 5 + gcc/omp-low.c | 87 ++++++++++++++++ libgomp/target.c | 24 ++++- .../libgomp.fortran/target-firstprivate-1.f90 | 33 ++++++ .../libgomp.fortran/target-firstprivate-2.f90 | 113 +++++++++++++++++++++ .../libgomp.fortran/target-firstprivate-3.f90 | 24 +++++ 11 files changed, 341 insertions(+), 1 deletion(-) create mode 100644 libgomp/testsuite/libgomp.fortran/target-firstprivate-1.f90 create mode 100644 libgomp/testsuite/libgomp.fortran/target-firstprivate-2.f90 create mode 100644 libgomp/testsuite/libgomp.fortran/target-firstprivate-3.f90