aboutsummaryrefslogtreecommitdiff
path: root/libgomp/ChangeLog
diff options
context:
space:
mode:
authorvries <vries@138bc75d-0d04-0410-961f-82ee72b054a4>2017-10-04 08:39:09 +0000
committervries <vries@138bc75d-0d04-0410-961f-82ee72b054a4>2017-10-04 08:39:09 +0000
commit1a6e773639bd667b1536c12e3ea442d733b84456 (patch)
tree53574432af4bcd0fd4c2acabb45cb3872e11abb0 /libgomp/ChangeLog
parentd77c3d98a3c885a941939590f9a1c8fcf38a52c2 (diff)
Fix openacc float reduction testcases
2017-10-04 Tom de Vries <tom@codesourcery.com> * testsuite/libgomp.oacc-c-c++-common/par-loop-comb-reduction-3.c (main): Reduce sum of arr elements. Assert that hres is exactly representable in 32-bit floating point. * testsuite/libgomp.oacc-c-c++-common/par-loop-comb-reduction-4.c (main): Reduce sum of arr elements. Assert that hres and hmres are exactly representable in 32-bit floating point. * testsuite/libgomp.oacc-c-c++-common/reduction-7.c (gwv_np_4): Same. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@253398 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgomp/ChangeLog')
-rw-r--r--libgomp/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index c3471e8934d..6441453334d 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,3 +1,13 @@
+2017-10-04 Tom de Vries <tom@codesourcery.com>
+
+ * testsuite/libgomp.oacc-c-c++-common/par-loop-comb-reduction-3.c
+ (main): Reduce sum of arr elements. Assert that hres is exactly
+ representable in 32-bit floating point.
+ * testsuite/libgomp.oacc-c-c++-common/par-loop-comb-reduction-4.c
+ (main): Reduce sum of arr elements. Assert that hres and hmres are
+ exactly representable in 32-bit floating point.
+ * testsuite/libgomp.oacc-c-c++-common/reduction-7.c (gwv_np_4): Same.
+
2017-09-28 Tom de Vries <tom@codesourcery.com>
* testsuite/libgomp.c++/for-12.C: Remove superfluous -fopenmp option