]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR libfortran/59313 (gfortran.dg/erf_3.F90 FAILs on Solaris/SPARC)
authorJohn David Anglin <danglin@gcc.gnu.org>
Mon, 24 Mar 2014 00:32:41 +0000 (00:32 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Mon, 24 Mar 2014 00:32:41 +0000 (00:32 +0000)
PR libfortran/59313
PR libfortran/58015
* gfortran.dg/erf_3.F90: Skip on hppa*-*-hpux*.
* gfortran.dg/round_4.f90: Likewise.

From-SVN: r208781

gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/erf_3.F90
gcc/testsuite/gfortran.dg/round_4.f90

index af54373287c2ab760fd68a1e8cc71769c07c5b42..b111cc16768ce257fcef3a76a3109c750ed81460 100644 (file)
@@ -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
index ca1ed04057f0460c7871dadfac6f6d273c26207c..32c1ba6e54e66baec02ec9b421cc7fc105ab1252 100644 (file)
@@ -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.
index 40466a9b642ec014a5dd5eff205598fc0c6f8ae5..975cb20e440fd7ec23735f534b317f749ff6f238 100644 (file)
@@ -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
 !