Re: [PATCH 1/9] dwarf: add dw_get_die_parent function

2022-06-13 Thread Richard Biener via Gcc-patches
On Tue, Jun 7, 2022 at 11:44 PM David Faust via Gcc-patches wrote: OK > gcc/ > > * dwarf2out.cc (dw_get_die_parent): New function. > * dwarf2out.h (dw_get_die_parent): Declare it here. > --- > gcc/dwarf2out.cc | 8 > gcc/dwarf2out.h | 1 + > 2 files changed, 9 insertio

[PATCH 1/9] dwarf: add dw_get_die_parent function

2022-06-07 Thread David Faust via Gcc-patches
gcc/ * dwarf2out.cc (dw_get_die_parent): New function. * dwarf2out.h (dw_get_die_parent): Declare it here. --- gcc/dwarf2out.cc | 8 gcc/dwarf2out.h | 1 + 2 files changed, 9 insertions(+) diff --git a/gcc/dwarf2out.cc b/gcc/dwarf2out.cc index 29f32ec6939..9c61026bb34 1