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

Re: a question about precision increasing


Kuo-Long Pan wrote:

> I have some problem about compiling fortran with g77. How can I compile
> a Fortran source code with double precision? Thanks for your answering.
> Kuo-Long Pan

>From the way you formulate your question, I get the impression that what
you really want is a compile time option that will let g77 generate code
that implies that REAL variables and constants are 64-bit quantities.

Unfortunately, g77 doesn't provide such an option - unlike many popular
Fortran compilers.

I'm sorry,

-- 
Toon Moene - mailto:toon@moene.indiv.nluug.nl - phoneto: +31 346 214290
Saturnushof 14, 3738 XG  Maartensdijk, The Netherlands
Maintainer, GNU Fortran 77: http://gcc.gnu.org/onlinedocs/g77_news.html
Join GNU Fortran 95: http://g95.sourceforge.net/ (under construction)


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