summaryrefslogtreecommitdiff
path: root/libgomp/ChangeLog
diff options
context:
space:
mode:
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>2015-10-20 21:09:09 +0000
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>2015-10-20 21:09:09 +0000
commit767b995e73c3fb0e450830d567670e22aaeeeac2 (patch)
treec600623f19cdf677258267b670c103dc16e90fe3 /libgomp/ChangeLog
parent8523243ed8d3ccf4a08f971ef4211eef99f4376e (diff)
downloadgcc-767b995e73c3fb0e450830d567670e22aaeeeac2.tar.gz
* testsuite/libgomp.oacc-c-c++-common/reduction-5.c: Set sane
vector_length. * testsuite/libgomp.oacc-fortran/reduction-6.f90: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@229100 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgomp/ChangeLog')
-rw-r--r--libgomp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index de3ca406ed3..0cb1e6161dd 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,3 +1,9 @@
+2015-10-20 Nathan Sidwell <nathan@codesourcery.com>
+
+ * testsuite/libgomp.oacc-c-c++-common/reduction-5.c: Set sane
+ vector_length.
+ * testsuite/libgomp.oacc-fortran/reduction-6.f90: Likewise.
+
2015-10-14 Ilya Verbin <ilya.verbin@intel.com>
Aleksander Ivanushenko <aleksander.ivanushenko@intel.com>