This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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]

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


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