| Index: gcc/gcc/testsuite/gfortran.dg/default_format_denormal_1.f90
|
| diff --git a/gcc/gcc/testsuite/gfortran.dg/default_format_denormal_1.f90 b/gcc/gcc/testsuite/gfortran.dg/default_format_denormal_1.f90
|
| index d48134d5f17641c7390180c84f0bc4fa2451d3a9..a93bf9da37f7489f835b47eced543cde4f613e19 100644
|
| --- a/gcc/gcc/testsuite/gfortran.dg/default_format_denormal_1.f90
|
| +++ b/gcc/gcc/testsuite/gfortran.dg/default_format_denormal_1.f90
|
| @@ -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.
|
| !
|
| @@ -6,7 +6,7 @@
|
| ! wide enough and have enough precision, by checking that values can
|
| ! be written and read back.
|
| !
|
| -! { dg-options "-mieee" { target alpha*-*-* } }
|
| +! { dg-add-options ieee }
|
|
|
| include "default_format_1.inc"
|
|
|
|
|