Tested on hppa2.0w-hp-hpux11.11 and hppa64-hp-hpux11.11.  Committed
to trunk.

Dave
--
John David Anglin       dave.ang...@bell.net


2014-03-23  John David Anglin  <dang...@gcc.gnu.org>

        PR libfortran/59313
        PR libfortran/58015
        * gfortran.dg/erf_3.F90: Skip on hppa*-*-hpux*.
        * gfortran.dg/round_4.f90: Likewise.

Index: gfortran.dg/erf_3.F90
===================================================================
--- gfortran.dg/erf_3.F90       (revision 208769)
+++ gfortran.dg/erf_3.F90       (working copy)
@@ -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: gfortran.dg/round_4.f90
===================================================================
--- gfortran.dg/round_4.f90     (revision 208769)
+++ gfortran.dg/round_4.f90     (working copy)
@@ -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
 !

Reply via email to