[PATCH] Remove use of 'struct map' from plugin (nvptx)
commit094db6beb9cea0aedbde326f271d2b6fab762b1d
authorCesar Philippidis <cesar@codesourcery.com>
Wed, 1 Aug 2018 14:09:56 +0000 (1 07:09 -0700)
committerCesar Philippidis <cesar@gcc.gnu.org>
Wed, 1 Aug 2018 14:09:56 +0000 (1 07:09 -0700)
treebf6d90866d7cc69f1786746cccc0421d49c9a98f
parent5ecfbf82a49d5522f4c55c3fedd70759687bbeaf
[PATCH] Remove use of 'struct map' from plugin (nvptx)

libgomp/
* plugin/plugin-nvptx.c (struct map): Removed.
(map_init, map_pop): Remove use of struct map. (map_push):
Likewise and change argument list.
* testsuite/libgomp.oacc-c-c++-common/mapping-1.c: New

Co-Authored-By: James Norris <jnorris@codesourcery.com>
From-SVN: r263212
libgomp/ChangeLog
libgomp/plugin/plugin-nvptx.c
libgomp/testsuite/libgomp.oacc-c-c++-common/mapping-1.c [new file with mode: 0644]