This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Double Precison with g77
- To: egcs at egcs dot cygnus dot com
- Subject: Double Precison with g77
- From: "Michael J. Brown" <brown at engineering dot ucsb dot edu>
- Date: Fri, 2 Jul 1999 14:54:27 -0700 (PDT)
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