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.0rc3/] [gcc/] [testsuite/] [gfortran.dg/] [read_float_2.f03] - Blame information for rev 516

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 302 jeremybenn
! { dg-do run }
2
! Contributed by Dominique Dhumieres 
3
 
4
character(15) :: str="+ .339  567+2"
5
real, parameter :: should_be = .339567e2
6
real, parameter :: eps = 10 * epsilon (should_be)
7
real :: x, y
8
 
9
read(str,'(BN,F15.6)') x
10
print *, x
11
read(str,'(G15.7)') y
12
print *, y
13
 
14
if (abs (x - should_be) > eps .or. abs (y - should_be) > eps) then
15
  call abort ()
16
end if
17
 
18
end

powered by: WebSVN 2.1.0

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