re PR fortran/45367 (FAIL: gfortran.dg/bessel_6.f90 and gfortran.dg/bessel_7.f90)

2010-08-22  Tobias Burnus  <burnus@net-b.de>

        PR fortran/45367
        * gfortran.dg/bessel_6.f90: Fix numeric tolerence.

From-SVN: r163458
This commit is contained in:
Tobias Burnus 2010-08-22 12:24:49 +02:00 committed by Tobias Burnus
parent 302ef3113c
commit 3607fdb2db
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2010-08-22 Tobias Burnus <burnus@net-b.de>
PR fortran/45367
* gfortran.dg/bessel_6.f90: Fix numeric tolerence.
2010-08-22 Tobias Burnus <burnus@net-b.de>
PR fortran/36158

View file

@ -13,7 +13,7 @@ real,parameter :: myeps(size(values)) = epsilon(0.0) &
! more tolerant
! * [0, 5, 3, 4, 6, 7, 7, 5, 5, 6, 66, 4 ]
integer,parameter :: mymax(size(values)) = &
[100, 17, 23, 21, 27, 28, 32, 35, 36, 41, 100, 100 ]
[100, 17, 23, 21, 27, 28, 32, 35, 36, 41, 49, 50 ]
integer, parameter :: Nmax = 100
real :: rec(0:Nmax), lib(0:Nmax)
integer :: i