Mark up unreachable OpenACC 'attach' code path
authorThomas Schwinge <thomas@codesourcery.com>
Fri, 26 Jun 2020 08:19:14 +0000 (10:19 +0200)
committerThomas Schwinge <thomas@codesourcery.com>
Tue, 30 Jun 2020 15:48:36 +0000 (17:48 +0200)
commitaff43ac0aed5185884724adbdfd4dbbabd87637c
tree49b2d1207bf163da6f4b95ad25bf7886c8b92121
parente2c17dcb120813a715e4cfb7559803839d3806d9
Mark up unreachable OpenACC 'attach' code path

... introduced in commit 8e7e71ff247fb116dc381c5ef0c09acc0d2b374f (r279625)
"OpenACC 2.6 deep copy: libgomp parts".

libgomp/
* target.c (gomp_map_vars_existing): Assert 'kind !=
GOMP_MAP_ATTACH'.
(gomp_map_vars_internal): Clean up.
libgomp/target.c