| home | help | back | first | fref | pref | prev | next | nref | lref | last | post |
From: <ellis@ATHENA.MIT.EDU>
To: bugs@ATHENA.MIT.EDU
Date: Thu, 09 Mar 89 18:06:26 EST
The use of named common, with a name longer than 6 characters, in a
BLOCK DATA routine causes the following error:
Error in file prog.f: initialization out of bounds
Duplicate by compiling the following code:
block data test
c
common /n234567/ a
data a /5.0/
end
| home | help | back | first | fref | pref | prev | next | nref | lref | last | post |