Re: [PATCH] Add testcase for PR83252 (was Re: patch to fix PR80818)

2017-12-08 Thread Rainer Orth
Hi Jakub, > On Fri, Dec 08, 2017 at 01:47:35PM +0100, Rainer Orth wrote: >> >> the new testcase FAILs on Solaris/x86 with /bin/as: >> >> >> >> +FAIL: g++.dg/opt/pr83252.C -std=gnu++11 execution test >> >> +FAIL: g++.dg/opt/pr83252.C -std=gnu++14 execution test >> >> +FAIL: g++.dg/opt/pr83252.C

Re: [PATCH] Add testcase for PR83252 (was Re: patch to fix PR80818)

2017-12-08 Thread Jakub Jelinek
On Fri, Dec 08, 2017 at 01:47:35PM +0100, Rainer Orth wrote: > >> the new testcase FAILs on Solaris/x86 with /bin/as: > >> > >> +FAIL: g++.dg/opt/pr83252.C -std=gnu++11 execution test > >> +FAIL: g++.dg/opt/pr83252.C -std=gnu++14 execution test > >> +FAIL: g++.dg/opt/pr83252.C -std=gnu++98 exec

Re: [PATCH] Add testcase for PR83252 (was Re: patch to fix PR80818)

2017-12-08 Thread Rainer Orth
Hi Jakub, >> the new testcase FAILs on Solaris/x86 with /bin/as: >> >> +FAIL: g++.dg/opt/pr83252.C -std=gnu++11 execution test >> +FAIL: g++.dg/opt/pr83252.C -std=gnu++14 execution test >> +FAIL: g++.dg/opt/pr83252.C -std=gnu++98 execution test >> >> ld.so.1: pr83252.exe: fatal: pr83252.exe:

Re: [PATCH] Add testcase for PR83252 (was Re: patch to fix PR80818)

2017-12-08 Thread Jakub Jelinek
On Fri, Dec 08, 2017 at 01:38:36PM +0100, Rainer Orth wrote: > Hi Jakub, > > > On Wed, Nov 29, 2017 at 05:21:22PM -0500, Vladimir Makarov wrote: > >> The following patch fixes > >> > >> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80818 > >> > >> The patch was successfully tested and bootstr

Re: [PATCH] Add testcase for PR83252 (was Re: patch to fix PR80818)

2017-12-08 Thread Rainer Orth
Hi Jakub, > On Wed, Nov 29, 2017 at 05:21:22PM -0500, Vladimir Makarov wrote: >> The following patch fixes >> >> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80818 >> >> The patch was successfully tested and bootstrapped on x86_64. The patch >> has no test because it is hard to check the pro

Re: [PATCH] Add testcase for PR83252 (was Re: patch to fix PR80818)

2017-12-06 Thread Vladimir Makarov
On 12/05/2017 07:49 AM, Jakub Jelinek wrote: On Mon, Dec 04, 2017 at 11:52:01AM +0100, Jakub Jelinek wrote: On Wed, Nov 29, 2017 at 05:21:22PM -0500, Vladimir Makarov wrote: The following patch fixes https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80818 The patch was successfully tested

Re: [PATCH] Add testcase for PR83252 (was Re: patch to fix PR80818)

2017-12-05 Thread Jakub Jelinek
On Mon, Dec 04, 2017 at 11:52:01AM +0100, Jakub Jelinek wrote: > On Wed, Nov 29, 2017 at 05:21:22PM -0500, Vladimir Makarov wrote: > > The following patch fixes > > > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80818 > > > > The patch was successfully tested and bootstrapped on x86_64. The

[PATCH] Add testcase for PR83252 (was Re: patch to fix PR80818)

2017-12-04 Thread Jakub Jelinek
On Wed, Nov 29, 2017 at 05:21:22PM -0500, Vladimir Makarov wrote: > The following patch fixes > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80818 > > The patch was successfully tested and bootstrapped on x86_64. The patch > has no test because it is hard to check the problem. I checked ma

Re: patch to fix PR80818

2017-12-02 Thread Andreas Schwab
On Nov 29 2017, Vladimir Makarov wrote: > +2017-11-29 Vladimir Makarov > + > + PR rtl-optimization/80818 > + * lra.c (collect_non_operand_hard_regs): New arg insn. Pass it > + recursively. Use insn code for clobber. > + (lra_set_insn_recog_data): Pass the new arg to > + c

patch to fix PR80818

2017-11-29 Thread Vladimir Makarov
The following patch fixes https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80818 The patch was successfully tested and bootstrapped on x86_64. The patch has no test because it is hard to check the problem. I checked manually that the patch solves the problem on a test provided by Andreas Kre