diff options
author | Bill Schmidt <wschmidt@linux.vnet.ibm.com> | 2014-06-30 19:21:12 +0000 |
---|---|---|
committer | William Schmidt <wschmidt@gcc.gnu.org> | 2014-06-30 19:21:12 +0000 |
commit | 96a4066f86ff71a414783c9b170c99fa141ee320 (patch) | |
tree | 28370530703a2886b7e07df20e5fb5da9d029d31 /gcc | |
parent | f36ae62867b1158b03b2ef7293a87cf9bec3cc14 (diff) | |
download | gcc-96a4066f86ff71a414783c9b170c99fa141ee320.zip gcc-96a4066f86ff71a414783c9b170c99fa141ee320.tar.gz gcc-96a4066f86ff71a414783c9b170c99fa141ee320.tar.bz2 |
round_4.f90: Skip for powerpc*-*-linux* since the test requires greater precision than the...
2014-06-30 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
* 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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/testsuite/gfortran.dg/round_4.f90 | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index abfe481..753fc3c 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2014-06-30 Bill Schmidt <wschmidt@linux.vnet.ibm.com> + + * 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 <paolo.carlini@oracle.com> PR c++/54891 diff --git a/gcc/testsuite/gfortran.dg/round_4.f90 b/gcc/testsuite/gfortran.dg/round_4.f90 index ffeb950..bd3e6d7 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 ! |