Re: [PATCH 0/3] use rtx_insn * more

2016-11-02 Thread Trevor Saunders
On Wed, Nov 02, 2016 at 05:35:40PM +0100, Bernd Schmidt wrote: > On 11/02/2016 03:55 PM, David Malcolm wrote: > > > Did you mean this patch: > > https://gcc.gnu.org/ml/gcc-patches/2016-10/msg01358.html > > That one is ok after the test, sorry for not being more clear. ah, no worries :) and sor

Re: [PATCH 0/3] use rtx_insn * more

2016-11-02 Thread Bernd Schmidt
On 11/02/2016 03:55 PM, David Malcolm wrote: Did you mean this patch: https://gcc.gnu.org/ml/gcc-patches/2016-10/msg01358.html That one is ok after the test, sorry for not being more clear. Bernd

Re: [PATCH 0/3] use rtx_insn * more

2016-11-02 Thread David Malcolm
On Wed, 2016-11-02 at 00:05 -0400, Trevor Saunders wrote: > On Mon, Oct 31, 2016 at 07:37:54AM -0600, Jeff Law wrote: > > On 10/28/2016 01:13 PM, tbsaunde+...@tbsaunde.org wrote: > > > From: Trevor Saunders > > > > > > HI, > > > > > > This series changes various variables type from rtx to rtx_in

Re: [PATCH 0/3] use rtx_insn * more

2016-11-01 Thread Trevor Saunders
On Mon, Oct 31, 2016 at 07:37:54AM -0600, Jeff Law wrote: > On 10/28/2016 01:13 PM, tbsaunde+...@tbsaunde.org wrote: > > From: Trevor Saunders > > > > HI, > > > > This series changes various variables type from rtx to rtx_insn * so that > > the > > remaining patches in this series > > http://gc

Re: [PATCH 0/3] use rtx_insn * more

2016-10-31 Thread Jeff Law
On 10/28/2016 01:13 PM, tbsaunde+...@tbsaunde.org wrote: From: Trevor Saunders HI, This series changes various variables type from rtx to rtx_insn * so that the remaining patches in this series http://gcc.gnu.org/ml/gcc-patches/2016-10/msg01353.html can be applied. patches bootstrapped and re

[PATCH 0/3] use rtx_insn * more

2016-10-28 Thread tbsaunde+gcc
From: Trevor Saunders HI, This series changes various variables type from rtx to rtx_insn * so that the remaining patches in this series http://gcc.gnu.org/ml/gcc-patches/2016-10/msg01353.html can be applied. patches bootstrapped and regtested on x86_64-linux-gnu, and run through config-list.m