This is the mail archive of the gcc-patches@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]

Re: Patch: Fortran test patch for large_real_kind_form_io_2.f90


> Hi Steve,
> 
> > The gfortran.dg/large_real_kind_form_io_2.f90 is failing on IA64 HP-UX
> > because tiny(), LDBL_MIN, cannot be written out and then read back in to
> > get the original value.  The problem is with rounding of the LDBL_MIN
> > value.  If we increase the value at all then the test will work.  I
> > would like to use the nearest function to increase the value before
> > writing/reading it to avoid the rounding problem with LDBL_MIN.
> 
> Thanks for looking into this, the test now passes on SPARC/Solaris too.
> 
> Any chance for a backport to the 4.1 branch?
> 
> -- 
> Eric Botcazou

Not for 4.1.1, but after that is released we might be able to get it on
to the branch.

Steve Ellcey
sje@cup.hp.com


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