http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54795



--- Comment #24 from H.J. Lu <hjl.tools at gmail dot com> 2012-11-25 22:39:57 
UTC ---

(In reply to comment #23)

> Another problem with revision 191466 is we lost

> debug info on cl_options.  With revision 191465,

> I got

> 

> (gdb) whatis cl_options

> type = const struct cl_option [1221]

> (gdb) 

> 

> After revision 191466, I got

> 

> (gdb) whatis cl_option

> type = cl_option

> (gdb)



It was



(gdb) whatis cl_options

type = <data variable, no debug info>

(gdb) whatis cl_enums

type = <data variable, no debug info>

(gdb)  whatis cl_enums_count

type = <data variable, no debug info>

(gdb)

Reply via email to