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: Strange format error in g77


>Unfortunately, I don't have a small test case that shows the problem as
>the progam depends quite heavily on a large precompiled library.
>
>Any thoughts/suggestions?

Make sure you don't depend on the output being printed by stepping through
a WRITE statement in the debugger -- you might want to insert a
"CALL FLUSH" or similar statement.  (Heck, calling the G77_flush_0 routine
from within the debugger might work!)

Other than that -- which might not be helpful -- I can't think of anything
obvious to suggest.

        tq vm, (burley)


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