Re: bug in NINT() in gfortran

2010-06-15 Thread Dave Korn
On 15/06/2010 07:57, Marco Atzeri wrote: > Testing similar functions I found that we have > "undefined reference to `_llround'" > "undefined reference to `_llroundf'" > > It seems that we are incorrectly looking in > newlib/libm/machine/spu > > while the functionalities exist in > newlib/libm/

Re: bug in NINT() in gfortran

2010-06-14 Thread Marco Atzeri
--- Sab 12/6/10, Dave Korn ha scritto: > On 12/06/2010 15:13, Marco Atzeri > wrote: > > --- Sab 12/6/10, Dave Korn  ha scritto: > > >> yesterday, and my investigations so far suggest > that it's actually a > >> problem in the underlying maths functions in > newlib.  > > > it seems a fault comi

Re: bug in NINT() in gfortran

2010-06-12 Thread Dave Korn
On 12/06/2010 15:13, Marco Atzeri wrote: > --- Sab 12/6/10, Dave Korn ha scritto: >> yesterday, and my investigations so far suggest that it's actually a >> problem in the underlying maths functions in newlib. > it seems a fault coming from newlib lround Yes, that's what I did in my "invest

Re: bug in NINT() in gfortran

2010-06-12 Thread Marco Atzeri
--- Sab 12/6/10, Dave Korn ha scritto: > Aagaard Jensen wrote: > > The NINT() intrinsic in current gfortran under cygwin > has a bug. Below follows: > >   Thanks for the report.  This appears to be the > same or similar to a problem > that's cropping up in the gfortran testsuite results (a > FAI

Re: bug in NINT() in gfortran

2010-06-12 Thread Tim Prince
On 6/12/2010 12:07 AM, Hans Jørgen Aagaard Jensen wrote: The NINT() intrinsic in current gfortran under cygwin has a bug. Below follows: 1) small test program 2) output from this program 3) output from "gfortran -v" (I am not submitting this to the gcc bugzilla, because the test worked OK on al

Re: bug in NINT() in gfortran

2010-06-12 Thread Dave Korn
On 12/06/2010 08:07, Hans Jørgen Aagaard Jensen wrote: > The NINT() intrinsic in current gfortran under cygwin has a bug. Below > follows: Thanks for the report. This appears to be the same or similar to a problem that's cropping up in the gfortran testsuite results (a FAIL in a test related t

bug in NINT() in gfortran

2010-06-12 Thread Hans Jørgen Aagaard Jensen
The NINT() intrinsic in current gfortran under cygwin has a bug. Below follows: 1) small test program 2) output from this program 3) output from "gfortran -v" (I am not submitting this to the gcc bugzilla, because the test worked OK on all the linux systems I tested.) (I found the error becaus ou