Fix bessel_7.f90 failures on sparc-*-linux-gnu
authorDavid S. Miller <davem@davemloft.net>
Thu, 17 May 2012 19:27:52 +0000 (19:27 +0000)
committerDavid S. Miller <davem@gcc.gnu.org>
Thu, 17 May 2012 19:27:52 +0000 (12:27 -0700)
* gfortran.dg/bessel_7.f90: Bump allowed precision to avoid
failure on sparc-*-linux-gnu.

From-SVN: r187636

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

index 271b2fc0a0440c3efc45499fa3a5f9157931226f..22f2982bbab26d47a02580d9d3bb9529060ae7e5 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-17  Paolo Carlini  <paolo.carlini@oracle.com>
 
        PR c++/39681
index 78f1ff251284decb9e3aefaf853a257b5b678933..7e63ed1e859c8a0e7a50c071d544765800b9cdae 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 ]