* libgomp.h (struct acc_dispatch_t): Remove args from exec_func.
commit71024455d0a97b53ca0189b1750869fe2a6d5c4a
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 3 Nov 2015 20:18:33 +0000 (3 20:18 +0000)
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 3 Nov 2015 20:18:33 +0000 (3 20:18 +0000)
treeeafcfcced078b7b42a1f3c2ceaf94fb816bcddc6
parent71e4c29dc237254efda1e81e0a1b62953e5bf4a9
* libgomp.h (struct acc_dispatch_t): Remove args from exec_func.
* plugin/plugin-nvptx.c (nvptx_exec): Remove sizes & kinds arg.
(GOMP_OFFLOAD_openacc_parallel): Likewise.
* oacc-host.c (host_openacc_exec): Likewise.
* oacc-parallel.c (GOACC_parallel_keyed): Adjust exec_func call.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@229721 138bc75d-0d04-0410-961f-82ee72b054a4
libgomp/ChangeLog
libgomp/libgomp.h
libgomp/oacc-host.c
libgomp/oacc-parallel.c
libgomp/plugin/plugin-nvptx.c