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:
parent
0de3e43f1f
commit
6ac0538d37
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
!
|
||||
|
|
Loading…
Add table
Reference in a new issue