gcc/
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 30 Oct 2015 00:13:22 +0000 (00:13 +0000)
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 30 Oct 2015 00:13:22 +0000 (00:13 +0000)
commitda6fe89643c5c875bef68b86df671bce8e6afb2a
treedd2241361205d8674dc6b7d973e1d78df3ddc6d4
parent30ff90f6019d3733a705f8a7348dccecb92ad362
gcc/
* openacc.h (enum acc_device_t): Reformat. Ensure layout
compatibility.
(enum acc_async_t): Reformat.
(acc_on_device): Declare compatible with builtin and provide C++
wrapper.
* testsuite/libgomp.oacc-c-c++-common/acc-on-device.c: New.

gcc/testsuite/
* c-c++-common/goacc/acc_on_device-2-off.c: Delete.
* c-c++-common/goacc/acc_on_device-2.c: Delete.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@229562 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/testsuite/ChangeLog
gcc/testsuite/c-c++-common/goacc/acc_on_device-2-off.c [deleted file]
gcc/testsuite/c-c++-common/goacc/acc_on_device-2.c [deleted file]
libgomp/ChangeLog
libgomp/openacc.h
libgomp/testsuite/libgomp.oacc-c-c++-common/acc-on-device.c [new file with mode: 0644]