On 7/8/13, Jason Merrill <ja...@redhat.com> wrote: > Lawrence's overhaul of the debug() functions changed the behavior of the > pvt macro in gdbinit.in. Previously it used print_node to dump each of > the elements of the vector, but after the change it uses debug, which > both prints less information by default and fails to handle many C++ > tree nodes. > > Fixed by adding debug_raw for vec<tree,va_gc> and changing > debug_vec_tree to use that. > > OK for trunk?
Looks good to me. -- Lawrence Crowl