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]
Other format: [Raw text]

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


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