OSDN Git Service

Fix bessel_7.f90 failures on sparc-*-linux-gnu
authordavem <davem@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 17 May 2012 19:29:51 +0000 (19:29 +0000)
committerdavem <davem@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 17 May 2012 19:29:51 +0000 (19:29 +0000)
* gfortran.dg/bessel_7.f90: Bump allowed precision to avoid
failure on sparc-*-linux-gnu.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_7-branch@187637 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/bessel_7.f90

index 0f86ee1..b6d9b7d 100644 (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-16  Richard Henderson  <rth@redhat.com>
 
        PR debug/52727
index 78f1ff2..7e63ed1 100644 (file)
@@ -16,7 +16,7 @@
 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 :: 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
 ! more tolerant
 !                  * [0, 0, 0, 3, 3, 0, 9, 0, 2, 1, 22, 130 ]