Request for Copyright Assignment Form

2021-03-13 Thread Ansh Tyagi via Gcc
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

Re: Request for Copyright Assignment Form

2021-03-13 Thread David Edelsohn via Gcc
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

gcc-10-20210313 is now available

2021-03-13 Thread GCC Administrator via Gcc
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

negative indexes

2021-03-13 Thread Paul Edwards via Gcc
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