This is the mail archive of the gcc-bugs@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]

Re: G77 Direct problem


>>>>> "SMS" == Suhaib M Siddiqi <ssiddiqi@InspirePharm.Com> writes:

 SMS> It compiles Ok, but executable gives the folliwng problem on execution, it
 SMS> quits with Abort error message:

 SMS> Number of NQA boxes: 32064
 SMS> Fragment number 1
 SMS> do_ud: off end of record
 SMS> apparent state: unit 78 named /e/whatif/whatcheck/nqual/NQABOX.DAT
 SMS> lately reading direct unformatted external IO
 SMS> Aborted


 SMS> Is it a bug in G77, according to news groups?  

No one could say for sure from what you sent.  However, it looks as
though the record length you specified for unit 78 was wrong.  Perhaps
it was assuming a length in words (like DEC Fortran) rather than bytes
(appropriate for g77)?

Please review the section in the manual about reporting bugs if that
guess isn't helpful.

[If this is the Sander group (?) `whatif' program, I would expect it
to work, since Rob Hooft alpha tests g77; someone who supports the
program might be able to help you better and say whether or not it is
a g77 bug.]


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