[OpenACC] In 'libgomp/target.c:gomp_to_device_kind_p', handle 'GOMP_MAP_FORCE_FROM...
authorThomas Schwinge <thomas@codesourcery.com>
Wed, 18 Dec 2019 17:01:22 +0000 (18:01 +0100)
committerThomas Schwinge <tschwinge@gcc.gnu.org>
Wed, 18 Dec 2019 17:01:22 +0000 (18:01 +0100)
commitcc3f11f5f51ea1f192b23c8df793e23d7163002d
tree6bf10b1ab9a0e8dbb72e966bd080f8d7a4f7575f
parentddb25eb9ca373b293da3e8f2c1520dbb72271367
[OpenACC] In 'libgomp/target.c:gomp_to_device_kind_p', handle 'GOMP_MAP_FORCE_FROM' like 'GOMP_MAP_FROM'

Fix oversight from r254194 "Coalesce host to device transfers in libgomp".

libgomp/
* target.c (gomp_to_device_kind_p): Handle 'GOMP_MAP_FORCE_FROM'
like 'GOMP_MAP_FROM'.

From-SVN: r279533
libgomp/ChangeLog
libgomp/target.c