Re: [PATCH] git-backport: support renamed .cc files in commit message.

2022-01-19 Thread Martin Liška
On 1/18/22 20:10, Harald Anlauf via Fortran wrote: Am 17.01.22 um 22:26 schrieb Martin Liška: On 1/12/22 16:54, Martin Liška wrote: There's a patch that enhances git-backport so that it updates commit messages for files which name ends now with .cc and is still .c on a branch. The patch has

Re: How to generate a call inst. sequence?

2022-01-19 Thread Richard Sandiford via Gcc
Andras Tantos writes: > All, > > I'm working on porting GCC to a processor architecture that doesn't have > a (HW) stack nor a call instruction. This means that for calls, I need > to generate the following instruction sequence: > >     // move stack-pointer: >     $sp <- $sp-4 >     // load