libgomp.h (struct acc_dispatch_t): Remove args from exec_func.
authorNathan Sidwell <nathan@codesourcery.com>
Tue, 3 Nov 2015 20:18:33 +0000 (20:18 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Tue, 3 Nov 2015 20:18:33 +0000 (20:18 +0000)
commit5c06742f6fb214c1c50e1bcd79aa9da86d652952
treeeafcfcced078b7b42a1f3c2ceaf94fb816bcddc6
parent49445904cf71ccfeefe01ff4bfa8f98647c8d5f5
libgomp.h (struct acc_dispatch_t): Remove args from exec_func.

* 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.

From-SVN: r229721
libgomp/ChangeLog
libgomp/libgomp.h
libgomp/oacc-host.c
libgomp/oacc-parallel.c
libgomp/plugin/plugin-nvptx.c