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]

XFAIL gfortran.dg/large_real_kind_form_io_2.f90 on SPARC/Solaris


It's PR libfortran/24685, not clear yet whether it will ever pass.

Applied to mainline and 4.1 branch.


2006-04-01  Eric Botcazou  <ebotcazou@libertysurf.fr>

	PR libfortran/24685
	* gfortran.dg/large_real_kind_form_io_2.f90: XFAIL on SPARC/Solaris.


-- 
Eric Botcazou
Index: gfortran.dg/large_real_kind_form_io_2.f90
===================================================================
--- gfortran.dg/large_real_kind_form_io_2.f90	(revision 112604)
+++ gfortran.dg/large_real_kind_form_io_2.f90	(working copy)
@@ -1,4 +1,4 @@
-! { dg-do run }
+! { dg-do run { xfail sparc*-sun-solaris2.* } }
 ! { dg-require-effective-target fortran_large_real }
 ! PR libfortran/24685
 program large_real_kind_form_io_2

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