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]

Re: enable-checking: Tree check: expected real_cst, have var_decl in fold-const


> (gdb) p *arg1

A better way of understanding the contents of arg1 is to do

p debug_tree(arg1)

If you have loaded the gcc .gdbinit, the command "pt" will invoke
debug_tree for the last printed expression.

Regards,
Martin


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