This is the mail archive of the gcc-patches@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]

Fix libgomp Fortran tests


The attached patch fixes 2 problems in the libgomp testsuite.
The Fortran tried to use the most negative integer value, but
this cause an overflow because gfortran creates this value 
via a unary minus operation.

2006-09-07  Steven G. Kargl  <kargls@comcast.net>

	* libgomp/testsuite/libgomp.fortran/reduction3.f90: Fix integer
	overflow.
	* libgomp/testsuite/libgomp.fortran/reduction4.f90: Ditto.

-- 
Steve

Attachment: libgomp-tests.diff
Description: Text document


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