Hey,
I would like to contribute in Rust-GCC/gccrs so I am requesting a Copyright
Assignment Form. Let me know if there are any more steps to contribute.
Thanks & Regards
Ansh Tyagi
Replied off-list.
Thanks, David
On Sat, Mar 13, 2021 at 11:16 AM Ansh Tyagi via Gcc wrote:
>
> Hey,
> I would like to contribute in Rust-GCC/gccrs so I am requesting a Copyright
> Assignment Form. Let me know if there are any more steps to contribute.
>
> Thanks & Regards
> Ansh Tyagi
Snapshot gcc-10-20210313 is now available on
https://gcc.gnu.org/pub/gcc/snapshots/10-20210313/
and on various mirrors, see http://gcc.gnu.org/mirrors.html for details.
This snapshot has been generated from the GCC 10 git branch
with the following options: git://gcc.gnu.org/git/gcc.git branch
If I have code like this:
char foo(char *p)
{
return (p[-1]);
}
It generates a negative index, like this:
* Function foo code
L 2,=F'-1'
L 3,0(11)
SLR 15,15
IC15,0(2,3)
* Function foo epilogue
See that (2,3) - that is adding both R2 + R3.
R3 is