S/390: Reduce accuracy of bessel_6.f90.
gcc/testsuite/ChangeLog * gfortran.dg/bessel_6.f90: Reduce accuracy for S/390. From-SVN: r233892
This commit is contained in:
parent
bd02f00fcf
commit
9a790cccab
@ -1,3 +1,7 @@
|
||||
2016-03-02 Dominik Vogt <vogt@linux.vnet.ibm.com>
|
||||
|
||||
* gfortran.dg/bessel_6.f90: Reduce accuracy for S/390.
|
||||
|
||||
2016-03-02 Marek Polacek <polacek@redhat.com>
|
||||
|
||||
PR c/67854
|
||||
|
@ -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, 7, 5, 6, 9, 12, 12, 7, 7, 8, 92, 15 ]
|
||||
* [2, 7, 5, 6, 9, 12, 12, 7, 7, 8, 98, 15 ]
|
||||
! The following is sufficient for me - the values above are a bit
|
||||
! more tolerant
|
||||
! * [0, 5, 3, 4, 6, 7, 7, 5, 5, 6, 66, 4 ]
|
||||
|
Loading…
Reference in New Issue
Block a user