r253398 - in /trunk/libgomp: ChangeLog testsuit...
vries@gcc.gnu.org
vries@gcc.gnu.org
Wed Oct 4 08:39:00 GMT 2017
Author: vries
Date: Wed Oct 4 08:39:09 2017
New Revision: 253398
URL: https://gcc.gnu.org/viewcvs?rev=253398&root=gcc&view=rev
Log:
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.
Modified:
trunk/libgomp/ChangeLog
trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/par-loop-comb-reduction-3.c
trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/par-loop-comb-reduction-4.c
trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/reduction-7.c
More information about the Gcc-cvs
mailing list