Re: [PATCH 0/3] Updated patches to eliminate need for rtx_expr_list::insn (was Re: [PATCH 221/236] Add insn method to rtx_expr_list)

2014-08-26 Thread Richard Henderson
On 08/26/2014 09:00 AM, David Malcolm wrote: > OK for trunk? > > David Malcolm (3): > Convert nonlocal_goto_handler_labels from an EXPR_LIST to an INSN_LIST > Convert forced_labels from an EXPR_LIST to an INSN_LIST > Use rtx_insn in more places in dwarf2cfi.c Ok to all. Thanks. r~

[PATCH 0/3] Updated patches to eliminate need for rtx_expr_list::insn (was Re: [PATCH 221/236] Add insn method to rtx_expr_list)

2014-08-26 Thread David Malcolm
On Mon, 2014-08-25 at 08:22 -0600, Jeff Law wrote: On 08/19/14 14:41, Richard Henderson wrote: > > On 08/06/2014 10:23 AM, David Malcolm wrote: > >> gcc/ > >> * rtl.h (rtx_expr_list::insn): New method. > >> --- > >> gcc/rtl.h | 9 + > >> 1 file changed, 9 insertions(+) > >> > >> dif

Re: [PATCH 221/236] Add insn method to rtx_expr_list

2014-08-25 Thread Jeff Law
On 08/19/14 14:41, Richard Henderson wrote: On 08/06/2014 10:23 AM, David Malcolm wrote: gcc/ * rtl.h (rtx_expr_list::insn): New method. --- gcc/rtl.h | 9 + 1 file changed, 9 insertions(+) diff --git a/gcc/rtl.h b/gcc/rtl.h index d028be1..d5811c2 100644 --- a/gcc/rtl.h +++ b

Re: [PATCH 221/236] Add insn method to rtx_expr_list

2014-08-19 Thread Richard Henderson
On 08/06/2014 10:23 AM, David Malcolm wrote: > gcc/ > * rtl.h (rtx_expr_list::insn): New method. > --- > gcc/rtl.h | 9 + > 1 file changed, 9 insertions(+) > > diff --git a/gcc/rtl.h b/gcc/rtl.h > index d028be1..d5811c2 100644 > --- a/gcc/rtl.h > +++ b/gcc/rtl.h > @@ -414,6 +414,10

[PATCH 221/236] Add insn method to rtx_expr_list

2014-08-06 Thread David Malcolm
gcc/ * rtl.h (rtx_expr_list::insn): New method. --- gcc/rtl.h | 9 + 1 file changed, 9 insertions(+) diff --git a/gcc/rtl.h b/gcc/rtl.h index d028be1..d5811c2 100644 --- a/gcc/rtl.h +++ b/gcc/rtl.h @@ -414,6 +414,10 @@ public: /* Get at the underlying rtx. */ rtx element