default_format_denormal_2.f90: Add ieee options.

* gfortran.dg/default_format_denormal_2.f90: Add ieee options.
	* gfortran.dg/default_format_denormal_1.f90: Ditto.  Remove
	alpha*-*-* target from XFAIL list.

From-SVN: r151767
This commit is contained in:
Uros Bizjak 2009-09-16 19:42:01 +02:00 committed by Uros Bizjak
parent 430d10f4aa
commit 85a97acc59
3 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2009-09-16 Uros Bizjak <ubizjak@gmail.com>
* gfortran.dg/default_format_denormal_2.f90: Add ieee options.
* gfortran.dg/default_format_denormal_1.f90: Ditto. Remove
alpha*-*-* target from XFAIL list.
2009-09-16 Janis Johnson <janis187@us.ibm.com>
* gcc.dg/dfp/dfp.exp: Use appropriate default options.

View File

@ -1,4 +1,4 @@
! { dg-do run { xfail alpha*-*-* *-*-darwin[89]* *-*-freebsd* *-*-mingw* *-*-cygwin* spu-*-* } }
! { dg-do run { xfail *-*-darwin[89]* *-*-freebsd* *-*-mingw* *-*-cygwin* spu-*-* } }
! Test XFAILed on these platforms because the system's printf() lacks
! proper support for denormals.
!
@ -6,6 +6,8 @@
! wide enough and have enough precision, by checking that values can
! be written and read back.
!
! { dg-add-options ieee }
include "default_format_1.inc"
program main

View File

@ -7,6 +7,8 @@
! wide enough and have enough precision, by checking that values can
! be written and read back.
!
! { dg-add-options ieee }
include "default_format_2.inc"
program main