This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
RE: possible small bug in g77 when writing direct access files
- From: Bud Davis <bdavis9659 at comcast dot net>
- To: gcc at gnu dot org
- Date: Thu, 04 Sep 2003 18:59:50 -0500
- Subject: RE: possible small bug in g77 when writing direct access files
Kevin,
After a quick check of the f77 standard, I would agree that it is a bug.
Section 12.2.4 dealing with direct access files:
(4) All records of the file have the same length.
May I suggest you enter this bug into the gcc "bugzilla" --
http://gcc.gnu.org/bugzilla/.
It will get fixed if you include a COMPLETE compilable example that
demonstrates the problem; something that can be cut and pasted into a
file without change to duplicate your results. Your code snippets make
sense to me, but it would take some imagination to create something that
would compile.
regards,
bud davis