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]

Double Precison with g77



I'm running fortran code compiled with g77 and am finding that I cannot
get double precision on variables declared as such. I have tried the
REAL*8, REAL(KIND=2), and DOUBLE PRECISION conventions only to find that
their precision is equivalent to single precision REAL declaration. It
therefore seems that the compiler is not supporting double precision and I
am wondering if there is an error somewhere in its configuration on my
machine. I have g77 version 0.5.24 on redhat Linux.

If this problem has ever happened to anyone else or if you know what might
be its cause, I would appreciated someone letting me know.

Regards,

Mike Brown




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