https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106643
--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Thomas Schwinge <tschwi...@gcc.gnu.org>: https://gcc.gnu.org/g:f6ce1e77bbf5d3a096f52e674bfd7354c6537d10 commit r13-3617-gf6ce1e77bbf5d3a096f52e674bfd7354c6537d10 Author: Thomas Schwinge <tho...@codesourcery.com> Date: Fri Oct 28 15:06:45 2022 +0200 Support OpenACC 'declare create' with Fortran allocatable arrays, part II [PR106643, PR96668] PR libgomp/106643 PR fortran/96668 libgomp/ * oacc-mem.c (goacc_enter_data_internal): Support OpenACC 'declare create' with Fortran allocatable arrays, part II. * testsuite/libgomp.oacc-fortran/declare-allocatable-array_descriptor-1-directive.f90: Adjust. * testsuite/libgomp.oacc-fortran/pr106643-1.f90: New.