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

Jack Howarth howarth@bromo.msbb.uc.edu
Mon Nov 17 15:30:00 GMT 2008


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.
 !




More information about the Gcc-patches mailing list