https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94635

--- Comment #5 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Tobias Burnus <bur...@gcc.gnu.org>:

https://gcc.gnu.org/g:9f0f7da9aa98eec28b4e5e34ade0aa0028df161d

commit r11-412-g9f0f7da9aa98eec28b4e5e34ade0aa0028df161d
Author: Tobias Burnus <tob...@codesourcery.com>
Date:   Fri May 15 11:50:34 2020 +0200

    [OpenMP] Fix 'omp exit data' for Fortran arrays (PR 94635)

    gcc/
            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:'.

    gcc/testsuite
            PR middle-end/94635
            * gfortran.dg/gomp/target-exit-data.f90: New.

Reply via email to