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 testsuite]: Don't assume failure for *-*-mingw* targets on default_format_denormal_1.f90


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


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