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: How to use "long double" real(kind=10) ?


> Do you think that I could get me 'long double' by specifying some
> special architecture at compile time?

No, no, I checked again and it is clearly a 4.0 branch "feature":
other kinds that real(4) and real(8) [in fact, kinds corresponding to
float and double] are specifically disabled in the compiler, for the
4.0 branch (and it's been the case for a few months already). There is
no way to get them except use a 4.1 or 4.2 gcc.

FX


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