From: Dominik Vogt Date: Wed, 2 Mar 2016 07:47:49 +0000 (+0000) Subject: S/390: Reduce accuracy of bessel_6.f90. X-Git-Tag: basepoints/gcc-7~644 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a790cccabb808b7a97b5efe5801d97722e89b8e;p=thirdparty%2Fgcc.git S/390: Reduce accuracy of bessel_6.f90. gcc/testsuite/ChangeLog * gfortran.dg/bessel_6.f90: Reduce accuracy for S/390. From-SVN: r233892 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 90282805b008..0d9a70e01ae0 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2016-03-02 Dominik Vogt + + * gfortran.dg/bessel_6.f90: Reduce accuracy for S/390. + 2016-03-02 Marek Polacek PR c/67854 diff --git a/gcc/testsuite/gfortran.dg/bessel_6.f90 b/gcc/testsuite/gfortran.dg/bessel_6.f90 index e0220f7670fa..da917ff8805f 100644 --- a/gcc/testsuite/gfortran.dg/bessel_6.f90 +++ b/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, 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 ]