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]
Other format: [Raw text]

[Bug fortran/17905] allocated arrays not visible with gdb



------- 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


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