]> 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)
committerGiuliano Belinassi <giuliano.belinassi@usp.br>
Mon, 17 Aug 2020 16:15:30 +0000 (13:15 -0300)
commitd32be8f04f76e193dbdca1be6b1a5ac54994e2b3
tree3bb76c2eaafb77e734cd8c9dbd7b48294f8688bd
parent850b2ea9511c0ae3b36b2139b8c3c18238548b27
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