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]

Re: FORTRAN debugging


>>>>> "TT" == Theodore Todorov <Theodore.Todorov@cern.ch> writes:

 TT> I could get to integer local variables with some ddd commands,
 TT> for others I had to refer to variable "FOO" as "foo_" (ddd didn't
 TT> do it consistently), and REAL variables were interpreted as
 TT> char[4], so the only way to see their value was by taking their
 TT> address and using memory dump in float format.

If you're not seeing names as decribed in the g77 manual, please
submit a bug report with details and code.  There's no reason I can
think of why a real datum should appear as char[4] and it generally
wouldn't.  But please try it with gdb.



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