This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
assigning character strings to double precision values in DATA statements
- From: Bernard Yoo <yoobb at earthlink dot net>
- To: gcc-help at gcc dot gnu dot org
- Date: Fri, 13 Aug 2004 17:53:27 -0700
- Subject: assigning character strings to double precision values in DATA statements
Hi,
I have an old Fortran 77 program that uses DATA statements to assign
character strings to variables that have been declared double
precision. Many commercial compilers seem to accept this
"undocumented" method of assignment, but g77 does not.
Is there any way around this?
B.Y.