Re: patch to fix PR81481

2017-09-30 Thread Vladimir Makarov
On 09/30/2017 04:15 AM, Richard Sandiford wrote: Vladimir Makarov writes: The following patch fixes https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81481 The patch was bootstrapped and tested on x86-64. Committed as rev. 253300. Index: ira-costs.c ===

Re: patch to fix PR81481

2017-09-30 Thread Richard Sandiford
Vladimir Makarov writes: > The following patch fixes > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81481 > > The patch was bootstrapped and tested on x86-64. > > Committed as rev. 253300. > > > Index: ira-costs.c > === > --- ira-co

patch to fix PR81481

2017-09-29 Thread Vladimir Makarov
The following patch fixes https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81481 The patch was bootstrapped and tested on x86-64. Committed as rev. 253300. Index: ira-costs.c === --- ira-costs.c (revision 253253) +++ ira-costs.c (wor