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
Showing
- libgomp/ChangeLog 7 additions, 0 deletionslibgomp/ChangeLog
- libgomp/testsuite/libgomp.fortran/reduction3.f90 1 addition, 1 deletionlibgomp/testsuite/libgomp.fortran/reduction3.f90
- libgomp/testsuite/libgomp.fortran/reduction4.f90 1 addition, 1 deletionlibgomp/testsuite/libgomp.fortran/reduction4.f90
Loading
Please register or sign in to comment