summaryrefslogtreecommitdiff
path: root/libgomp/ChangeLog
diff options
context:
space:
mode:
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>2015-10-30 00:13:22 +0000
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>2015-10-30 00:13:22 +0000
commitda6fe89643c5c875bef68b86df671bce8e6afb2a (patch)
treedd2241361205d8674dc6b7d973e1d78df3ddc6d4 /libgomp/ChangeLog
parent30ff90f6019d3733a705f8a7348dccecb92ad362 (diff)
downloadgcc-da6fe89643c5c875bef68b86df671bce8e6afb2a.tar.gz
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
Diffstat (limited to 'libgomp/ChangeLog')
-rw-r--r--libgomp/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index c78881b2b62..4d1906613f9 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,3 +1,12 @@
+2015-10-29 Nathan Sidwell <nathan@codesourcery.com>
+
+ * 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.
+
2015-10-29 Thomas Schwinge <thomas@codesourcery.com>
Cesar Philippidis <cesar@codesourcery.com>