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:
parent
430d10f4aa
commit
85a97acc59
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user