diff options
author | John David Anglin <danglin@gcc.gnu.org> | 2014-03-24 00:32:41 +0000 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2014-03-24 00:32:41 +0000 |
commit | a3d734e333305009385eb40c018301ccbbaae1d2 (patch) | |
tree | 96ace752c373a47acb018d3de91ccc67f03ce416 /gcc | |
parent | d3413e5fefcea4cb5cd4a505fada2f5ee4f02ee1 (diff) | |
download | gcc-a3d734e333305009385eb40c018301ccbbaae1d2.zip gcc-a3d734e333305009385eb40c018301ccbbaae1d2.tar.gz gcc-a3d734e333305009385eb40c018301ccbbaae1d2.tar.bz2 |
re PR libfortran/59313 (gfortran.dg/erf_3.F90 FAILs on Solaris/SPARC)
PR libfortran/59313
PR libfortran/58015
* gfortran.dg/erf_3.F90: Skip on hppa*-*-hpux*.
* gfortran.dg/round_4.f90: Likewise.
From-SVN: r208781
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 7 | ||||
-rw-r--r-- | gcc/testsuite/gfortran.dg/erf_3.F90 | 2 | ||||
-rw-r--r-- | gcc/testsuite/gfortran.dg/round_4.f90 | 2 |
3 files changed, 9 insertions, 2 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index af54373..b111cc1 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,10 @@ +2014-03-23 John David Anglin <danglin@gcc.gnu.org> + + PR libfortran/59313 + PR libfortran/58015 + * gfortran.dg/erf_3.F90: Skip on hppa*-*-hpux*. + * gfortran.dg/round_4.f90: Likewise. + 2014-03-23 Dominique d'Humieres <dominiq@lps.ens.fr> PR libfortran/60128 diff --git a/gcc/testsuite/gfortran.dg/erf_3.F90 b/gcc/testsuite/gfortran.dg/erf_3.F90 index ca1ed04..32c1ba6 100644 --- a/gcc/testsuite/gfortran.dg/erf_3.F90 +++ b/gcc/testsuite/gfortran.dg/erf_3.F90 @@ -1,7 +1,7 @@ ! { dg-do run { xfail spu-*-* ia64-*-linux* } } ! { dg-options "-fno-range-check -ffree-line-length-none -O0" } ! { dg-add-options ieee } -! { dg-skip-if "PR libfortran/59313" { sparc*-*-solaris2.9* } } +! { dg-skip-if "PR libfortran/59313" { sparc*-*-solaris2.9* hppa*-*-hpux* } } ! ! Check that simplification functions and runtime library agree on ERF, ! ERFC and ERFC_SCALED, for quadruple-precision. diff --git a/gcc/testsuite/gfortran.dg/round_4.f90 b/gcc/testsuite/gfortran.dg/round_4.f90 index 40466a9..975cb20 100644 --- a/gcc/testsuite/gfortran.dg/round_4.f90 +++ b/gcc/testsuite/gfortran.dg/round_4.f90 @@ -1,6 +1,6 @@ ! { dg-do run } ! { dg-add-options ieee } -! { dg-skip-if "PR libfortran/58015" { *-*-solaris2.9* } } +! { dg-skip-if "PR libfortran/58015" { *-*-solaris2.9* hppa*-*-hpux* } } ! ! PR fortran/35862 ! |