This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r253398 - in /trunk/libgomp: ChangeLog testsuit...


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]