Commit 85a97acc by Uros Bizjak Committed by Uros Bizjak

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
parent 430d10f4
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> 2009-09-16 Janis Johnson <janis187@us.ibm.com>
* gcc.dg/dfp/dfp.exp: Use appropriate default options. * gcc.dg/dfp/dfp.exp: Use appropriate default options.
......
! { 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 ! Test XFAILed on these platforms because the system's printf() lacks
! proper support for denormals. ! proper support for denormals.
! !
...@@ -6,6 +6,8 @@ ...@@ -6,6 +6,8 @@
! wide enough and have enough precision, by checking that values can ! wide enough and have enough precision, by checking that values can
! be written and read back. ! be written and read back.
! !
! { dg-add-options ieee }
include "default_format_1.inc" include "default_format_1.inc"
program main program main
......
...@@ -7,6 +7,8 @@ ...@@ -7,6 +7,8 @@
! wide enough and have enough precision, by checking that values can ! wide enough and have enough precision, by checking that values can
! be written and read back. ! be written and read back.
! !
! { dg-add-options ieee }
include "default_format_2.inc" include "default_format_2.inc"
program main program main
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment