Re: [PATCH 2/2] Fix unstable sort

2018-01-15 Thread Cory Fields
Thanks! Cory On Jan 15, 2018 1:06 AM, "Jeff Law" wrote: > On 01/12/2018 01:58 PM, li...@coryfields.com wrote: > > From: Cory Fields > > > > 2018-01-12 Cory Fields > >* tree-ira.c (allocno_hard_regs_compare): stabilize sort > Thanks. I fixed the ChangeLog entry and installed hte pat

Re: [PATCH 2/2] Fix unstable sort

2018-01-14 Thread Jeff Law
On 01/12/2018 01:58 PM, li...@coryfields.com wrote: > From: Cory Fields > > 2018-01-12 Cory Fields >* tree-ira.c (allocno_hard_regs_compare): stabilize sort Thanks. I fixed the ChangeLog entry and installed hte patch on the trunk. jeff

Re: [PATCH 2/2] Fix unstable sort

2018-01-13 Thread Cory Fields
On Sat, Jan 13, 2018 at 2:48 PM, Jeff Law wrote: > On 01/12/2018 01:58 PM, li...@coryfields.com wrote: >> From: Cory Fields >> >> 2018-01-12 Cory Fields >>* tree-ira.c (allocno_hard_regs_compare): stabilize sort >> --- >> gcc/ChangeLog | 3 +++ >> gcc/ira-color.c | 3 +-- >> 2 files

Re: [PATCH 2/2] Fix unstable sort

2018-01-13 Thread Jeff Law
On 01/12/2018 01:58 PM, li...@coryfields.com wrote: > From: Cory Fields > > 2018-01-12 Cory Fields >* tree-ira.c (allocno_hard_regs_compare): stabilize sort > --- > gcc/ChangeLog | 3 +++ > gcc/ira-color.c | 3 +-- > 2 files changed, 4 insertions(+), 2 deletions(-) > > diff --git a