This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/34194] New: problem with NEAREST intrinsic function


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)


-- 
           Summary: problem with NEAREST intrinsic function
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: francois dot jacq at irsn dot fr
  GCC host triplet: Linux i686


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34194


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]