]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fortran/OpenMP] Don't create "alloc:" for 'target exit data'
authorburnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 30 Oct 2019 16:32:38 +0000 (16:32 +0000)
committerburnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 30 Oct 2019 16:32:38 +0000 (16:32 +0000)
commit1f5b35da5365adc7c0d8e69bfe73e02e6593dc66
tree2446475dfa38f4d550198d2fe4b2ee54539f5128
parent0fb0c4144bc0eb6f8b139ad84557bb3758ce911f
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@277631 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/gimplify.c
libgomp/ChangeLog
libgomp/testsuite/libgomp.fortran/target9.f90 [new file with mode: 0644]