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: [gfortran,ping] support for large kinds in front-end and library


On Thu, Aug 04, 2005 at 11:51:39AM +0800, Feng Wang wrote:
> > Certainly you shouldn't expect this to ever work.  You
> > need to use %Lf for long double, and there is no standard
> > flag letter for __float128.
> > 
> 
> Correct as: printf ("%Lf, %Lf\n", a, b);

No, not correct!  __float128 is *not* long double, and
therefore %Lf is *not* correct.  Nor would this be 
correct on HPUX, since __float80 is not long double.

But I'll save you further effort and say that __float128 
has no support on linux.


r~


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