]> git.ipfire.org Git - thirdparty/gcc.git/commit - libgomp/ChangeLog
reduction3.f90: Change -2147483648 to -huge(i)-1 to avoid overflow.
authorSteven G. Kargl <kargl@gcc.gnu.org>
Fri, 8 Sep 2006 20:57:55 +0000 (20:57 +0000)
committerSteven G. Kargl <kargl@gcc.gnu.org>
Fri, 8 Sep 2006 20:57:55 +0000 (20:57 +0000)
commit38371be9886507f8bf82fe2fb0a56803efd4ea79
treef45e16d3311223105f950150be68e3f090261ad9
parent96b9f9a4d84511ca59ebd763dc7128ab9013a9d0
reduction3.f90: Change -2147483648 to -huge(i)-1 to avoid overflow.

2006-09-08  Steven G. Kargl  <kargl@gcc.gnu.org>

* testsuite/libgomp.fortran/reduction3.f90: Change
-2147483648 to -huge(i)-1 to avoid overflow.
* testsuite/libgomp.fortran/reduction4.f90: Change
Z'ffffffff' to not(0) to avoid overflow.

From-SVN: r116786
libgomp/ChangeLog
libgomp/testsuite/libgomp.fortran/reduction3.f90
libgomp/testsuite/libgomp.fortran/reduction4.f90