This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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]

Re: nearest_1.f90 failure on i686-linux


On Fri, Sep 29, 2006 at 12:01:53PM +0200, Fran?ois-Xavier Coudert wrote:
> Hi Steve,
> 
> I see nearest_1.f90 failures at -O levels >= 1 on i686-linux, with a
> GMP 4.2.0 and MPFR 2.2.0. The last trees produced by -fdump-tree-all
> at -O0 and -O1 levels are attached for comparison. Is this supposed to
> happen with you recent patch for MPFR version checking, or is there a
> bug?
> 
> I can give you additional info if you wish, just tell me what to look for.
> 

Jerry and I have been looking at the problem.  AFAICT, 
the test fails on i686-linux due to the extra precision
of the 80-bit registers.  Jerry confirmed the test passes
if one add -ffloat-store.

-- 
Steve


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