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

iverbin@gcc.gnu.org iverbin@gcc.gnu.org
Tue Jul 14 18:54:00 GMT 2015


Author: iverbin
Date: Tue Jul 14 18:54:35 2015
New Revision: 225786

URL: https://gcc.gnu.org/viewcvs?rev=225786&root=gcc&view=rev
Log:
2015-07-14  Maxim Blumenthal  <maxim.blumenthal@intel.com>

libgomp/
	* testsuite/libgomp.c/examples-4/simd-3.c: (main): Change type of res
	and ref from int to double.  Replaced their comparison with
	an inequality of their difference and EPS.
	* testsuite/libgomp.c/examples-4/simd-8.c: (main): Replace the
	comparison of pri and a reference number with an inequality of their
	difference and EPS.
	* testsuite/libgomp.fortran/examples-4/simd-3.f90: (main): Replaced
	the comparison of sum and sum_ref with an inequality of their
	difference and EPS.
	* testsuite/libgomp.fortran/examples-4/simd-8.f90: (main): Replace
	the comparison of pri and a reference number with an inequality of
	their difference and EPS.

Modified:
    trunk/libgomp/ChangeLog
    trunk/libgomp/testsuite/libgomp.c/examples-4/simd-3.c
    trunk/libgomp/testsuite/libgomp.c/examples-4/simd-8.c
    trunk/libgomp/testsuite/libgomp.fortran/examples-4/simd-3.f90
    trunk/libgomp/testsuite/libgomp.fortran/examples-4/simd-8.f90



More information about the Gcc-cvs mailing list