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: r151768
This commit is contained in:
Uros Bizjak 2009-09-16 19:47:57 +02:00 committed by Uros Bizjak
parent 414b4281c4
commit c873210eb1
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 Eric Botcazou <ebotcazou@adacore.com>
* gnat.dg/alignment9.adb: New test.

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-options "-mieee" { target alpha*-*-* } }
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-options "-mieee" { target alpha*-*-* } }
include "default_format_2.inc"
program main