OSDN Git Service

2010-11-10 Tobias Burnus <burnus@net-b.de>
authorburnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 10 Nov 2010 17:41:22 +0000 (17:41 +0000)
committerburnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 10 Nov 2010 17:41:22 +0000 (17:41 +0000)
        PR fortran/46223
        * gfortran.dg/bessel_7.f90: Bump allowed precision to avoid
        failure on s390.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166546 138bc75d-0d04-0410-961f-82ee72b054a4

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

index e8fe4c4..f560f4b 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 0620448..8c4f0d9 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 ]