Re: [PATCH] Print repeated rtl vector elements in a nicer way

2016-11-04 Thread Martin Jambor
On Thu, Nov 03, 2016 at 05:43:50PM +0100, Bernd Schmidt wrote: > On 11/03/2016 05:35 PM, Martin Jambor wrote: > > > > * print-rtl.c (print_rtx_operand_codes_E_and_V): Print how many times > > an element is repeated istead of printing each repeated element. > > "instead" Will fix. > > >

Re: [PATCH] Print repeated rtl vector elements in a nicer way

2016-11-03 Thread David Malcolm
On Thu, 2016-11-03 at 17:43 +0100, Bernd Schmidt wrote: > On 11/03/2016 05:35 PM, Martin Jambor wrote: > > > > * print-rtl.c (print_rtx_operand_codes_E_and_V): Print how many > > times > > an element is repeated istead of printing each repeated > > element. > > "instead" > > > --- > > g

Re: [PATCH] Print repeated rtl vector elements in a nicer way

2016-11-03 Thread Bernd Schmidt
On 11/03/2016 05:35 PM, Martin Jambor wrote: * print-rtl.c (print_rtx_operand_codes_E_and_V): Print how many times an element is repeated istead of printing each repeated element. "instead" --- gcc/print-rtl.c | 15 ++- 1 file changed, 14 insertions(+), 1 deletio