This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/17905] allocated arrays not visible with gdb
- From: "woodzltc at sources dot redhat dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 28 Oct 2005 04:42:21 -0000
- Subject: [Bug fortran/17905] allocated arrays not visible with gdb
- References: <bug-17905-8277@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #5 from woodzltc at sources dot redhat dot com 2005-10-28 04:42 -------
"set lang c" didn't give me that output. What is your configuration, gdb ,
gfortran version and so on?
My gdb session is like this:
(gdb) whatis array
type = Invalid type code (3) in symbol table.
(gdb) set language c
Warning: the current language does not match this frame.
(gdb) whatis array
type = struct array1_int4
(gdb)
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17905