]> git.ipfire.org Git - thirdparty/gcc.git/commit
Support OpenACC 'declare create' with Fortran allocatable arrays, part I [PR106643]
authorThomas Schwinge <thomas@codesourcery.com>
Thu, 27 Oct 2022 19:52:07 +0000 (21:52 +0200)
committerThomas Schwinge <thomas@codesourcery.com>
Wed, 2 Nov 2022 19:51:40 +0000 (20:51 +0100)
commitda8e0e1191c5512244a752b30dea0eba83e3d10c
tree1ec78de232712e3c59460d16773e891724f64a5c
parentabeaf3735fe2568b9d5b8096318da866b1fe1e5c
Support OpenACC 'declare create' with Fortran allocatable arrays, part I [PR106643]

PR libgomp/106643
libgomp/
* oacc-mem.c (goacc_enter_data_internal): Support
OpenACC 'declare create' with Fortran allocatable arrays, part I.
* testsuite/libgomp.oacc-fortran/declare-allocatable-1-directive.f90:
New.
* testsuite/libgomp.oacc-fortran/declare-allocatable-array_descriptor-1-directive.f90:
New.
libgomp/oacc-mem.c
libgomp/testsuite/libgomp.oacc-fortran/declare-allocatable-1-directive.f90 [new file with mode: 0644]
libgomp/testsuite/libgomp.oacc-fortran/declare-allocatable-array_descriptor-1-directive.f90 [new file with mode: 0644]