[patch testsuite]: Don't assume failure for *-*-mingw* targets on default_format_denormal_1.f90
Kai Tietz
Kai.Tietz@onevision.com
Fri Mar 12 11:55:00 GMT 2010
Hello,
By the first part of the fix for PR/42950 the testcase
default_format_denormal_1.f90 doesn't fail for mingw targets anymore. This
is reasoned by the default definition of _POSIX, which switchs printf to
a POSIX compatible behavior for mingw targets.
ChangeLog
2010-03-12 Kai Tietz <kai.tietz@onevision.com>
* gfortran.dg/default_format_denormal_1.f90: Don't assume fail for
*-*-mingw* targets.
Ok for apply?
Regards,
i.A. Kai Tietz
| (\_/) This is Bunny. Copy and paste Bunny
| (='.'=) into your signature to help him gain
| (")_(") world domination.
Index: gcc/gcc/testsuite/gfortran.dg/default_format_denormal_1.f90
===================================================================
--- gcc.orig/gcc/testsuite/gfortran.dg/default_format_denormal_1.f90
2009-09-22 09:42:42.000000000 +0200
+++ gcc/gcc/testsuite/gfortran.dg/default_format_denormal_1.f90 2010-03-12
11:51:12.784339000 +0100
@@ -1,4 +1,4 @@
-! { dg-do run { xfail *-*-darwin[89]* *-*-freebsd* *-*-mingw* *-*-cygwin*
spu-*-* } }
+! { dg-do run { xfail *-*-darwin[89]* *-*-freebsd* *-*-cygwin* spu-*-* }
}
! Test XFAILed on these platforms because the system's printf() lacks
! proper support for denormals.
!
More information about the Gcc-patches
mailing list