From 96a4066f86ff71a414783c9b170c99fa141ee320 Mon Sep 17 00:00:00 2001 From: Bill Schmidt Date: Mon, 30 Jun 2014 19:21:12 +0000 Subject: [PATCH] round_4.f90: Skip for powerpc*-*-linux* since the test requires greater precision than the... 2014-06-30 Bill Schmidt * gfortran.dg/round_4.f90: Skip for powerpc*-*-linux* since the test requires greater precision than the current PowerPC long double implementation supports. From-SVN: r212169 --- gcc/testsuite/ChangeLog | 6 ++++++ gcc/testsuite/gfortran.dg/round_4.f90 | 1 + 2 files changed, 7 insertions(+) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index abfe4812a6d..753fc3c4b44 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2014-06-30 Bill Schmidt + + * gfortran.dg/round_4.f90: Skip for powerpc*-*-linux* since the + test requires greater precision than the current PowerPC long + double implementation supports. + 2014-06-30 Paolo Carlini PR c++/54891 diff --git a/gcc/testsuite/gfortran.dg/round_4.f90 b/gcc/testsuite/gfortran.dg/round_4.f90 index ffeb9508377..bd3e6d766fe 100644 --- a/gcc/testsuite/gfortran.dg/round_4.f90 +++ b/gcc/testsuite/gfortran.dg/round_4.f90 @@ -1,6 +1,7 @@ ! { dg-do run } ! { dg-add-options ieee } ! { dg-skip-if "PR libfortran/58015" { hppa*-*-hpux* } } +! { dg-skip-if "IBM long double 31 bits of precision, test requires 38" { powerpc*-*-linux* } } ! ! PR fortran/35862 !