On Thu, Apr 23, 2020 at 03:43:47PM +0200, Tobias Burnus wrote: > On 4/20/20 11:33 PM, Thomas Schwinge wrote: > > Really 'GOMP_MAP_DELETE', or should that rather be 'GOMP_MAP_RELEASE'? > > Depends on the previous item, i.e. 'delete:' vs. 'release:/from:/…' > > Rather obvious – OK? > > Tobias > > ----------------- > Mentor Graphics (Deutschland) GmbH, Arnulfstraße 201, 80634 München / Germany > Registergericht München HRB 106955, Geschäftsführer: Thomas Heurung, > Alexander Walter
> [OpenMP] Fix 'omp exit data' for Fortran arrays (PR 94635) > > PR middle-end/94635 > * gimplify.c (gimplify_scan_omp_clauses): For MAP_TO_PSET with > OMP_TARGET_EXIT_DATA, use 'release:' unless the associated > item is 'delete:'. > > PR middle-end/94635 > * gfortran.dg/gomp/target-exit-data.f90: New. Ok, thanks. Jakub