re PR fortran/46223 (gfortran.dg/bessel_7.f90 failures on s390-ibm-linux-gnu)
authorTobias Burnus <burnus@net-b.de>
Wed, 10 Nov 2010 17:41:22 +0000 (18:41 +0100)
committerTobias Burnus <burnus@gcc.gnu.org>
Wed, 10 Nov 2010 17:41:22 +0000 (18:41 +0100)
2010-11-10  Tobias Burnus  <burnus@net-b.de>

        PR fortran/46223
        * gfortran.dg/bessel_7.f90: Bump allowed precision to avoid
        failure on s390.

From-SVN: r166546

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

index e8fe4c48c13386e2f171a23c96bf5ac0ae97bcd6..f560f4b514426db211104b625d23eb8f332f3547 100644 (file)
@@ -1,3 +1,9 @@
+2010-11-10  Tobias Burnus  <burnus@net-b.de>
+
+       PR fortran/46223
+       * gfortran.dg/bessel_7.f90: Bump allowed precision to avoid
+       failure on s390.
+
 2010-11-10  Sebastian Pop  <sebastian.pop@amd.com>
 
        PR tree-optimization/45971
index 0620448e1943dc86fa420bf7205e09c392d3c88d..8c4f0d915a34b15023354b8319e3bd8a18dc3adc 100644 (file)
@@ -12,7 +12,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, 30, 168 ]
+                  * [2, 3, 4, 5, 8, 2, 12, 6, 7, 6, 31, 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 ]