bessel_7.f90: Bump allowed precision to avoid failure on s390*-*-linux-gnu.

2014-08-26  Dominik Vogt  <vogt@linux.vnet.ibm.com>

	* gfortran.dg/bessel_7.f90: Bump allowed precision to avoid
	failure on s390*-*-linux-gnu.

From-SVN: r214520
This commit is contained in:
Dominik Vogt 2014-08-26 14:09:14 +00:00 committed by Ulrich Weigand
parent 8d805e0295
commit d20cd50684
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2014-08-26 Dominik Vogt <vogt@linux.vnet.ibm.com>
* gfortran.dg/bessel_7.f90: Bump allowed precision to avoid
failure on s390*-*-linux-gnu.
2014-08-26 Richard Biener <rguenther@suse.de>
PR tree-optimization/62175

View 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, 36, 168 ]
* [2, 3, 4, 5, 8, 2, 13, 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 ]