]> git.ipfire.org Git - thirdparty/gcc.git/commit
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:50:59 +0000 (17:50 +0200)
commit4b185ee144d0c53ea7f08d4edaa8b578739498be
tree5eb4d0d578da2db0763b2f8747e8b06e7bfe1c24
parentc32074f6debfe77265b49e30ce7d7a35fba828bd
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.

(cherry picked from commit aff43ac0aed5185884724adbdfd4dbbabd87637c)
libgomp/target.c