aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorDominik Vogt <vogt@linux.vnet.ibm.com>2014-08-26 14:09:14 +0000
committerUlrich Weigand <uweigand@gcc.gnu.org>2014-08-26 14:09:14 +0000
commitd20cd5068472057c156bcc335efe27b88b969db0 (patch)
tree6a8ffe32b528c0369567d74ddea43ee71336b4f3 /gcc
parent8d805e0295fd36a3566dfad5db88a46ac33e43a2 (diff)
downloadgcc-d20cd5068472057c156bcc335efe27b88b969db0.zip
gcc-d20cd5068472057c156bcc335efe27b88b969db0.tar.gz
gcc-d20cd5068472057c156bcc335efe27b88b969db0.tar.bz2
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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/ChangeLog5
-rw-r--r--gcc/testsuite/gfortran.dg/bessel_7.f902
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index a71d281..bdbb212 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -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
diff --git a/gcc/testsuite/gfortran.dg/bessel_7.f90 b/gcc/testsuite/gfortran.dg/bessel_7.f90
index 7e63ed1..c6b5f74 100644
--- a/gcc/testsuite/gfortran.dg/bessel_7.f90
+++ b/gcc/testsuite/gfortran.dg/bessel_7.f90
@@ -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 ]