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: FreeBSD Fortran Failure


>>>>> "Toon" == Toon Moene <toon@moene.indiv.nluug.nl> writes:

    Toon> Well, the way *I* would do it if I had access to a FreeBSD
    Toon> system is to see what return code and errno value resulted
    Toon> from the last few lines of gcc/libf2c/libI77/endfile.c:

That's a good hint.

Anyhow, that part seems to be going OK.  When the `rewind 90' line is
executed, we get to t_runc, and everything goes smoothly.  The
ftruncate calls returns 0, and errno is also zero at this point.

Any other ideas?

    Toon> :-) That's surely the way to get my attention !

That was the idea. :-)

Thanks,

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com


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