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: Possible explaination why large_real_kind_form_io_2.f90 is failing on PPC/OSX


On Sun, Jan 14, 2007 at 10:15:52PM +0100, Dominique Dhumieres wrote:
> > All output is handled by gfortran.
> 
> So the output:
> 
>               1.0000000000000000000000000000000000000000    
> 
> of the code
> 
> print '(1pg60.40)', nearest(1.0_16,1.0_16)
> end
> 
> is a gfortran bug, isn't it? and I should fill a PR.
> 

I don't have an OS that does real(16), so I can't
say whether there is a bug or not.  What does 
precision(1.0_16) give?  What is the output of 
-fdump-tree-original?

-- 
Steve


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