This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: enable-checking: Tree check: expected real_cst, have var_decl in fold-const
- To: aj at suse dot de
- Subject: Re: enable-checking: Tree check: expected real_cst, have var_decl in fold-const
- From: "Martin v. Loewis" <martin at mira dot isdn dot cs dot tu-berlin dot de>
- Date: Sun, 31 Oct 1999 01:15:30 +0200
- CC: gcc-bugs at gcc dot gnu dot org
- References: <u8emecc46n.fsf@gromit.rhein-neckar.de>
> (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