Bug 34194 - problem with NEAREST intrinsic function
Summary: problem with NEAREST intrinsic function
Status: RESOLVED DUPLICATE of bug 34192
Alias: None
Product: gcc
Classification: Unclassified
Component: fortran (show other bugs)
Version: 4.3.0
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-22 14:38 UTC by francois.jacq
Modified: 2007-11-22 15:53 UTC (History)
1 user (show)

See Also:
Host: Linux i686
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description francois.jacq 2007-11-22 14:38:16 UTC
PROGRAM test 
  WRITE(*,*) NEAREST(0.d0,1.d0)
END

>> gfortran test.f90
t.f90:3.21:

  WRITE(*,*) NEAREST(0.d0,1.d0)
                    1
Error: Result of NEAREST underflows its kind at (1)
Comment 1 Tobias Burnus 2007-11-22 15:53:45 UTC

*** This bug has been marked as a duplicate of 34192 ***