This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Remove XFAILS now PR fortran/3743 fixed
- From: "Billinghurst, David (CRTS)" <David dot Billinghurst at riotinto dot com>
- To: <gcc-patches at gcc dot gnu dot org>
- Date: Fri, 1 Feb 2002 07:48:03 +0800
- Subject: Remove XFAILS now PR fortran/3743 fixed
This removes the XFAILS for PR fortran/3743. Confirmed tests pass on irix and committed as obvious.
2002-02-01 David.Billinghurst <David.Billinghurst@riotinto.com>
PR fortran/3743
* g77.f-torture/execute/f90-intrinsic-bit.x: Remove
* g77.f-torture/compile/pr3743.x: Remove
--- g77.f-torture/execute/f90-intrinsic-bit.x Fri Aug 17 06:18:00 2001
+++ /dev/null Fri Feb 1 10:07:12 2002
@@ -1,9 +0,0 @@
-# This doesn't work on irix6.x or solaris2.[78]
-# GNATS PR 3743
-
-global target_triplet
-if { [istarget "mips*-sgi-irix6*"] || [istarget "sparc-sun-solaris2.*"] } {
- set torture_compile_xfail "$target_triplet"
-}
-
-return 0
--- g77.f-torture/compile/pr3743.x Fri Aug 17 06:17:59 2001
+++ /dev/null Fri Feb 1 10:07:12 2002
@@ -1,9 +0,0 @@
-# This doesn't work on irix6.x or solaris2.[78]
-# GNATS PR 3743
-
-global target_triplet
-if { [istarget "mips-sgi-irix6*"] || [istarget "sparc-sun-solaris2.*"] } {
- set torture_compile_xfail "$target_triplet"
-}
-
-return 0