Re: patch to fix PR79571

2017-03-06 Thread Jakub Jelinek
On Mon, Mar 06, 2017 at 09:35:08PM +0100, Jakub Jelinek wrote: > On Mon, Mar 06, 2017 at 03:31:49PM -0500, Vladimir Makarov wrote: > > > > Sorry the ChangeLog entry had typos. Here is the final variant > > > > 2017-03-06 Vladimir Makarov > > > > PR rtl-optimization/79571 > >

Re: patch to fix PR79571

2017-03-06 Thread Jakub Jelinek
On Mon, Mar 06, 2017 at 03:31:49PM -0500, Vladimir Makarov wrote: > > Sorry the ChangeLog entry had typos. Here is the final variant > > 2017-03-06 Vladimir Makarov > > PR rtl-optimization/79571 > * lra-constraints.c (process_alt_operands): Calculate static One more: Calcula

Re: patch to fix PR79571

2017-03-06 Thread Vladimir Makarov
Sorry the ChangeLog entry had typos. Here is the final variant 2017-03-06 Vladimir Makarov PR rtl-optimization/79571 * lra-constraints.c (process_alt_operands): Calculate static reject and subtract it from overall when only addresses will be reloaded.

patch to fix PR79571

2017-03-06 Thread Vladimir Makarov
A patch in the attachment fixes https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79571 The patch was successfully bootstrapped and tested on x86-64. Committed as rev. 245928 Index: ChangeLog === --- ChangeLog (revision 245927) +++ Cha