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]

[PATCH] gfortran.dg/default_format_denormal_1.f90: Don't XFAIL darwin10 or later


The attached patch changes gfortran.dg/default_format_denormal_1.f90
to only XFAIL for darwin[1-9] since denormals now function properly
in printf()'s under darwin10. Okay for gcc trunk?
                        Jack


2008-11-17  Jack Howarth  <howarth@bromo.med.uc.edu>

	* gfortran.dg/default_format_denormal_1.f90: Don't XFAIL darwin10
	or later.

Index: testsuite/gfortran.dg/default_format_denormal_1.f90
===================================================================
--- testsuite/gfortran.dg/default_format_denormal_1.f90       (revision 141920)
+++ testsuite/gfortran.dg/default_format_denormal_1.f90       (working copy)
@@ -1,4 +1,4 @@
-! { dg-do run { xfail *-apple-darwin* *-*-freebsd* *-*-mingw* } }
+! { dg-do run { xfail *-*-darwin[1-9] *-*-freebsd* *-*-mingw* } }
 ! Test XFAILed on these platforms because the system's printf() lacks
 ! proper support for denormals.
 !



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