OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc2/] [gcc/] [testsuite/] [gfortran.dg/] [isnan_1.f90] - Blame information for rev 384

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 302 jeremybenn
! Test for the ISNAN intrinsic
2
!
3
! { dg-do run }
4
! { dg-add-options ieee }
5
! { dg-skip-if "NaN not supported" { spu-*-* } { "*" } { "" } }
6
!
7
  implicit none
8
  real :: x
9
  x = -1.0
10
  x = sqrt(x)
11
  if (.not. isnan(x)) call abort
12
  x = 0.0
13
  x = x / x
14
  if (.not. isnan(x)) call abort
15
 
16
  x = 5.0
17
  if (isnan(x)) call abort
18
  x = huge(x)
19
  x = 2*x
20
  if (isnan(x)) call abort
21
end

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.