Commit b875badb by Kaz Kojima

isnan_1.f90: Add -mieee for sh.

	* gfortran.dg/isnan_1.f90: Add -mieee for sh.
	* gfortran.dg/nan_1.f90: Likewise.

From-SVN: r127892
parent 48ccf012
2007-08-29 Kaz Kojima <kkojima@gcc.gnu.org>
* gfortran.dg/isnan_1.f90: Add -mieee for sh.
* gfortran.dg/nan_1.f90: Likewise.
2007-08-28 Jerry DeLisle <jvdelisle@gcc.gnu.org> 2007-08-28 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR fortran/33055 PR fortran/33055
! Test for the ISNAN intrinsic ! Test for the ISNAN intrinsic
! !
! { dg-do run } ! { dg-do run }
! { dg-options "-pedantic-errors -mieee" { target sh*-*-* } }
!
implicit none implicit none
real :: x real :: x
x = -1.0 x = -1.0
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
! as arguments ! as arguments
! !
! { dg-do run } ! { dg-do run }
! { dg-options "-pedantic-errors -mieee" { target sh*-*-* } }
! !
module aux2 module aux2
interface isnan interface isnan
......
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