This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4430900ed9b 2019-11-01 Kewen Lin linkw@gcc.gnu.org new 3f346aedf99 OpenMP] use_device_addr/use_device_ptr with Fortran allocat [...]
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/ChangeLog | 11 + gcc/fortran/ChangeLog | 8 + gcc/fortran/f95-lang.c | 2 + gcc/fortran/trans-array.c | 3 + gcc/fortran/trans-openmp.c | 27 + gcc/fortran/trans.h | 1 + gcc/hooks.c | 6 + gcc/hooks.h | 1 + gcc/langhooks-def.h | 2 + gcc/langhooks.h | 5 + gcc/omp-low.c | 87 ++- libgomp/ChangeLog | 9 + .../libgomp.fortran/use_device_addr-1.f90 | 48 +- .../libgomp.fortran/use_device_addr-2.f90 | 48 +- .../libgomp.fortran/use_device_addr-3.f90 | 763 +++++++++++++++++++++ .../libgomp.fortran/use_device_addr-4.f90 | 763 +++++++++++++++++++++ .../testsuite/libgomp.fortran/use_device_ptr-1.f90 | 595 ++++++++++++++++ 17 files changed, 2354 insertions(+), 25 deletions(-) create mode 100644 libgomp/testsuite/libgomp.fortran/use_device_addr-3.f90 create mode 100644 libgomp/testsuite/libgomp.fortran/use_device_addr-4.f90 create mode 100644 libgomp/testsuite/libgomp.fortran/use_device_ptr-1.f90