Re: [PATCH 1/N] Rename asm_out_file function arguments.

2021-10-20 Thread Richard Biener via Gcc-patches
On Wed, Oct 20, 2021 at 1:58 PM Martin Liška wrote: > > On 9/16/21 12:00, Martin Liška wrote: > > As preparation for a new global object that will encapsulate > > asm_out_file, we would need to live with a macro that will > > define asm_out_file as casm->out_file and thus the name > > can't be use

Re: [PATCH 1/N] Rename asm_out_file function arguments.

2021-10-20 Thread Martin Liška
On 9/16/21 12:00, Martin Liška wrote: As preparation for a new global object that will encapsulate asm_out_file, we would need to live with a macro that will define asm_out_file as casm->out_file and thus the name can't be used in function arguments. I've built all cross compilers with the chang

Re: [PATCH 1/N] Rename asm_out_file function arguments.

2021-09-17 Thread Richard Biener via Gcc-patches
On Fri, Sep 17, 2021 at 11:42 AM Iain Sandoe wrote: > > Hi Folks, > > > On 17 Sep 2021, at 09:23, Richard Biener wrote: > > > > On Thu, Sep 16, 2021 at 3:52 PM Iain Sandoe wrote: > >> > >> > >>> On 16 Sep 2021, at 11:00, Martin Liška wrote: > >>> > >>> As preparation for a new global object tha

Re: [PATCH 1/N] Rename asm_out_file function arguments.

2021-09-17 Thread Iain Sandoe
Hi Folks, > On 17 Sep 2021, at 09:23, Richard Biener wrote: > > On Thu, Sep 16, 2021 at 3:52 PM Iain Sandoe wrote: >> >> >>> On 16 Sep 2021, at 11:00, Martin Liška wrote: >>> >>> As preparation for a new global object that will encapsulate >>> asm_out_file, we would need to live with a macr

Re: [PATCH 1/N] Rename asm_out_file function arguments.

2021-09-17 Thread Richard Biener via Gcc-patches
On Thu, Sep 16, 2021 at 3:52 PM Iain Sandoe wrote: > > > Hi Martin, > > > On 16 Sep 2021, at 11:00, Martin Liška wrote: > > > > As preparation for a new global object that will encapsulate > > asm_out_file, we would need to live with a macro that will > > define asm_out_file as casm->out_file and

Re: [PATCH 1/N] Rename asm_out_file function arguments.

2021-09-16 Thread Iain Sandoe
Hi Martin, > On 16 Sep 2021, at 11:00, Martin Liška wrote: > > As preparation for a new global object that will encapsulate > asm_out_file, we would need to live with a macro that will > define asm_out_file as casm->out_file and thus the name > can't be used in function arguments. So, if I un

[PATCH 1/N] Rename asm_out_file function arguments.

2021-09-16 Thread Martin Liška
As preparation for a new global object that will encapsulate asm_out_file, we would need to live with a macro that will define asm_out_file as casm->out_file and thus the name can't be used in function arguments. I've built all cross compilers with the change and can bootstrap on x86_64-linux-gnu