]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
default_format_1.f90: Add -mieee for alpha*-*-* targets.
authorUros Bizjak <ubizjak@gmail.com>
Fri, 28 Aug 2009 15:41:37 +0000 (17:41 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Fri, 28 Aug 2009 15:41:37 +0000 (17:41 +0200)
* gfortran.dg/default_format_1.f90: Add -mieee for alpha*-*-* targets.
* gfortran.dg/boz_12.f90: Ditto.

From-SVN: r151167

gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/boz_12.f90
gcc/testsuite/gfortran.dg/default_format_1.f90

index e27d2eda3238b890148d5e6f96c06265ff7957ea..c6b295c86629a0043d7f66ec888988aa764d57dc 100644 (file)
@@ -1,3 +1,8 @@
+2009-08-28  Uros Bizjak <ubizjak@gmail.com>
+
+       * gfortran.dg/default_format_1.f90: Add -mieee for alpha*-*-* targets.
+       * gfortran.dg/boz_12.f90: Ditto.
+
 2009-08-28  Uros Bizjak  <ubizjak@gmail.com>
 
        Backport from mainline:
index a6690ce9f9d16a6ff4ea2efd1aeadb93bbab6309..2d81be0f269127d81bcb3f7c5f07ff0d05aa5329 100644 (file)
@@ -1,5 +1,5 @@
 ! { dg-do run }
-
+! { dg-options "-mieee" { target alpha*-*-* } }
 ! PR fortran/36214
 ! For BOZ-initialization of floats, the precision used to be wrong sometimes.
 
index b8dd0726d9efd30917bce5e1d6cbbf1afb2e89f9..379079544133f00f570d04eade2011e2c739cf11 100644 (file)
@@ -1,4 +1,5 @@
 ! { dg-do run }
+! { dg-options "-mieee" { target alpha*-*-* } }
 ! Test XFAILed on Darwin because the system's printf() lacks
 ! proper support for denormals.
 !