[OpenACC] Initialize 'dynamic_refcount' whenever we initialize 'refcount'
authorThomas Schwinge <thomas@codesourcery.com>
Wed, 11 Dec 2019 16:48:44 +0000 (17:48 +0100)
committerThomas Schwinge <tschwinge@gcc.gnu.org>
Wed, 11 Dec 2019 16:48:44 +0000 (17:48 +0100)
commit5e9394382251d43eb06f117260fcfb18961ce0c4
tree88bc251142c911ad1856dc5e2fb3a5b2b68aef32
parent7c0a61870e0f8fe8ad1e21594f92ab454ca60c0d
[OpenACC] Initialize 'dynamic_refcount' whenever we initialize 'refcount'

Cases missed in r261813 "Update OpenACC data clause semantics to the 2.5
behavior".

libgomp/
* target.c (gomp_load_image_to_device, omp_target_associate_ptr):
Initialize 'dynamic_refcount' whenever we initialize 'refcount'.

Co-Authored-By: Julian Brown <julian@codesourcery.com>
From-SVN: r279230
libgomp/ChangeLog
libgomp/target.c