Fix bessel_7.f90 failures on sparc-*-linux-gnu

* gfortran.dg/bessel_7.f90: Bump allowed precision to avoid
	failure on sparc-*-linux-gnu.

From-SVN: r187636
This commit is contained in:
David S. Miller 2012-05-17 19:27:52 +00:00 committed by David S. Miller
parent 58d84b67c2
commit 71bc706c51
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2012-05-17 David S. Miller <davem@davemloft.net>
* gfortran.dg/bessel_7.f90: Bump allowed precision to avoid
failure on sparc-*-linux-gnu.
2012-05-17 Paolo Carlini <paolo.carlini@oracle.com> 2012-05-17 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/39681 PR c++/39681

View File

@ -16,7 +16,7 @@
implicit none implicit none
real,parameter :: values(*) = [0.0, 0.5, 1.0, 0.9, 1.8,2.0,3.0,4.0,4.25,8.0,34.53, 475.78] real,parameter :: values(*) = [0.0, 0.5, 1.0, 0.9, 1.8,2.0,3.0,4.0,4.25,8.0,34.53, 475.78]
real,parameter :: myeps(size(values)) = epsilon(0.0) & real,parameter :: myeps(size(values)) = epsilon(0.0) &
* [2, 3, 4, 5, 8, 2, 12, 6, 7, 6, 31, 168 ] * [2, 3, 4, 5, 8, 2, 12, 6, 7, 6, 36, 168 ]
! The following is sufficient for me - the values above are a bit ! The following is sufficient for me - the values above are a bit
! more tolerant ! more tolerant
! * [0, 0, 0, 3, 3, 0, 9, 0, 2, 1, 22, 130 ] ! * [0, 0, 0, 3, 3, 0, 9, 0, 2, 1, 22, 130 ]