Fortran/OpenMP] Don't create "alloc:" for 'target exit data'
authorTobias Burnus <tobias@codesourcery.com>
Wed, 30 Oct 2019 16:32:38 +0000 (16:32 +0000)
committerTobias Burnus <burnus@gcc.gnu.org>
Wed, 30 Oct 2019 16:32:38 +0000 (17:32 +0100)
commit91ae0a46fd6bf4669fe251398c3f4f3ebaa7b2ff
tree2446475dfa38f4d550198d2fe4b2ee54539f5128
parentd03eca30d746a097635d8dedc9e059c6b2f80907
Fortran/OpenMP] Don't create "alloc:" for 'target exit data'

        gcc/
        * gimplify.c (gimplify_scan_omp_clauses): Remove FE-generated
        GOMP_MAP_TO_PSET and GOMP_MAP_POINTER mapping for 'target update'
        and 'target exit data'.

        libgomp/
        * testsuite/libgomp.fortran/target9.f90: New.

From-SVN: r277631
gcc/ChangeLog
gcc/gimplify.c
libgomp/ChangeLog
libgomp/testsuite/libgomp.fortran/target9.f90 [new file with mode: 0644]