default_format_denormal_1.f90: Don't assume fail for *-*-mingw* targets.

2010-03-12  Kai Tietz  <kai.tietz@onevision.com>

        * gfortran.dg/default_format_denormal_1.f90: Don't assume
        fail for *-*-mingw* targets.

From-SVN: r157406
This commit is contained in:
Kai Tietz 2010-03-12 14:40:42 +00:00 committed by Kai Tietz
parent 0de3e43f1f
commit 6ac0538d37
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2010-03-12 Kai Tietz <kai.tietz@onevision.com>
* gfortran.dg/default_format_denormal_1.f90: Don't assume
fail for *-*-mingw* targets.
2010-03-12 Jakub Jelinek <jakub@redhat.com>
PR debug/43329

View file

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