From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Love To: Theodore Todorov Cc: N8TM@aol.com, egcs@egcs.cygnus.com Subject: Re: FORTRAN debugging Date: Sun, 31 Jan 1999 23:58:00 -0000 Message-id: References: X-SW-Source: 1999-01n/msg00296.html >>>>> "TT" == Theodore Todorov 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.