The HP quad precision libcall has a 1 ULP error in computing the sqrt of 2.  
This causes the test
to fail.

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

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


2015-03-08  John David Anglin  <dang...@gcc.gnu.org>

        PR target/62251
        * gfortran.dg/quad_2.f90: xfail hppa*-*-hpux*.

Index: gfortran.dg/quad_2.f90
===================================================================
--- gfortran.dg/quad_2.f90      (revision 221266)
+++ gfortran.dg/quad_2.f90      (working copy)
@@ -1,4 +1,4 @@
-! { dg-do run }
+! { dg-do run { xfail hppa*-*-hpux* } }
 ! { dg-require-effective-target fortran_largest_fp_has_sqrt }
 !
 ! This test checks whether the largest possible

Reply via email to