diff options
Diffstat (limited to 'gcc-4.6/gcc/testsuite/gfortran.dg/bessel_6.f90')
-rw-r--r-- | gcc-4.6/gcc/testsuite/gfortran.dg/bessel_6.f90 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc-4.6/gcc/testsuite/gfortran.dg/bessel_6.f90 b/gcc-4.6/gcc/testsuite/gfortran.dg/bessel_6.f90 index 3c1a6f4..1671d11 100644 --- a/gcc-4.6/gcc/testsuite/gfortran.dg/bessel_6.f90 +++ b/gcc-4.6/gcc/testsuite/gfortran.dg/bessel_6.f90 @@ -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, 75, 15 ] + * [2, 7, 5, 6, 9, 12, 12, 7, 7, 8, 92, 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 ] |