From: John David Anglin Date: Mon, 24 Mar 2014 00:32:41 +0000 (+0000) Subject: re PR libfortran/59313 (gfortran.dg/erf_3.F90 FAILs on Solaris/SPARC) X-Git-Tag: releases/gcc-4.9.0~337 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a3d734e333305009385eb40c018301ccbbaae1d2;p=thirdparty%2Fgcc.git 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 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index af54373287c2..b111cc16768c 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,10 @@ +2014-03-23 John David Anglin + + 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 PR libfortran/60128 diff --git a/gcc/testsuite/gfortran.dg/erf_3.F90 b/gcc/testsuite/gfortran.dg/erf_3.F90 index ca1ed04057f0..32c1ba6e54e6 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 40466a9b642e..975cb20e440f 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 !