]> gcc.gnu.org Git - gcc.git/commit
In 'libgomp/target.c:gomp_unmap_vars_internal', defer 'gomp_remove_var'
authorThomas Schwinge <thomas@codesourcery.com>
Tue, 14 Mar 2023 18:42:12 +0000 (19:42 +0100)
committerKwok Cheung Yeung <kcy@codesourcery.com>
Thu, 18 May 2023 15:11:55 +0000 (16:11 +0100)
commitd8235b106422d661880940ef02a5d272403db79c
tree05062f21f5e306950f0298c46d4bd7bb1df0a905
parenta9b887f87041df7354192149d0e33c7d6549b250
In 'libgomp/target.c:gomp_unmap_vars_internal', defer 'gomp_remove_var'

An upcoming change requires that 'gomp_remove_var' be deferred until after all
'gomp_copy_dev2host' calls have been handled.

Do this likewise to how commit 275c736e732d29934e4d22e8f030d5aae8c12a52
"libgomp: Structure element mapping for OpenMP 5.0" changed 'gomp_exit_data'.

libgomp/
* target.c (gomp_unmap_vars_internal): Queue splay-tree keys for
removal after main loop.
libgomp/ChangeLog.omp
libgomp/target.c
This page took 0.064728 seconds and 6 git commands to generate.