From: Kaz Kojima Date: Wed, 5 Dec 2007 21:55:55 +0000 (+0000) Subject: module_nan.f90: Add -mieee for sh. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e8608df46e1f096a942e0fff741fcdf2d9120df0;p=gcc.git module_nan.f90: Add -mieee for sh. * gfortran.dg/module_nan.f90: Add -mieee for sh. * gfortran.dg/real_const_3.f90: Likewise. From-SVN: r130634 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 922d4d62ff6..1acb9447d36 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2007-12-05 Kaz Kojima + + * gfortran.dg/module_nan.f90: Add -mieee for sh. + * gfortran.dg/real_const_3.f90: Likewise. + 2007-12-05 Richard Guenther PR tree-optimization/34138 diff --git a/gcc/testsuite/gfortran.dg/module_nan.f90 b/gcc/testsuite/gfortran.dg/module_nan.f90 index 055880e5d62..956b90c49d4 100644 --- a/gcc/testsuite/gfortran.dg/module_nan.f90 +++ b/gcc/testsuite/gfortran.dg/module_nan.f90 @@ -1,5 +1,6 @@ ! { dg-do run } ! { dg-options "-fno-range-check" } +! { dg-options "-fno-range-check -mieee" { target sh*-*-* } } ! ! PR fortran/34318 ! diff --git a/gcc/testsuite/gfortran.dg/real_const_3.f90 b/gcc/testsuite/gfortran.dg/real_const_3.f90 index 0a2efcf91ef..1762a046ec7 100644 --- a/gcc/testsuite/gfortran.dg/real_const_3.f90 +++ b/gcc/testsuite/gfortran.dg/real_const_3.f90 @@ -1,5 +1,6 @@ !{ dg-do run } !{ dg-options "-fno-range-check" } +!{ dg-options "-fno-range-check -mieee" { target sh*-*-* } } ! PR19310 and PR19904, allow disabling range check during compile. ! Contributed by Jerry DeLisle program main