This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch,fortran] Remove xfail from csqrt_2.f


:ADDPATCH fortran:

As discussed, the glibc error in csqrt is now fixed in some Linux
distributions, see e.g.
http://gcc.gnu.org/ml/gcc-testresults/2006-10/msg01377.html
http://gcc.gnu.org/ml/gcc-testresults/2006-10/msg01375.html
http://gcc.gnu.org/ml/gcc-testresults/2006-10/msg01379.html
http://gcc.gnu.org/ml/gcc-testresults/2006-10/msg01351.html

I therefore suggest to remove:
   { xfail *-*-linux-gnu }

The two glibc bugs linked in PR24313 are:
- csqrt bug, fixed 2005-10-13,
http://sources.redhat.com/bugzilla/show_bug.cgi?id=1466
- cacosh bug, fixed 2006-08-03,
http://sources.redhat.com/bugzilla/show_bug.cgi?id=2182

Tobias



2006-10-28  Tobias Burnus  <burnus@net-b.de>

    libgfortran/24313
    * gfortran.dg/csqrt_2.f: Remove xfail *-*-linux-gnu.


Index: gcc/testsuite/gfortran.dg/csqrt_2.f
===================================================================
--- gcc/testsuite/gfortran.dg/csqrt_2.f (revision 118083)
+++ gcc/testsuite/gfortran.dg/csqrt_2.f (working copy)
@@ -1,4 +1,4 @@
-c { dg-do run { xfail *-*-linux-gnu } }
+c { dg-do run }
 c Fix PR libgfortran/24313
       complex x, y
       complex z


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]