GSoC

2021-03-19 Thread Isitha Subasinghe via Gcc
To whom it may concern, I am a student interested in participating in GSoC this year. After having a look at some of the available PL projects, gccrs caught my attention. I love Rust and have an interest in exploring more about type theory and automatic garbage collection. My background is that I

Re: More questions on points-to analysis

2021-03-19 Thread Erick Ochoa via Gcc
Hello Richard, I have a related question. I have the following GCC program (which is again an altered version of ipa-pta-16.c: ``` struct X { long l1; struct Y { long l2; int *p; } y; }; int i; static int __attribute__((noinline)) foo (struct X *x) { struct Y y = x->y;

Re: More questions on points-to analysis

2021-03-19 Thread Richard Biener via Gcc
On Fri, Mar 19, 2021 at 11:29 AM Erick Ochoa wrote: > > Hello Richard, > > I have a related question. I have the following GCC program (which is > again an altered version of ipa-pta-16.c: > > ``` > > struct X > { > long l1; > struct Y > { > long l2; > int *p; > } y; > }; >

GCC 10.2.1 Status Report (2021-03-19)

2021-03-19 Thread Richard Biener
Status == The GCC 10 branch is open for regression and documentation fixes. It's time to do the GCC 10.3 release and barring arrival of P1 priority regressions the plan is to do a release candidate in two weeks, around Mar 31th with a release following a week later. Please see to backport reg

Re: GSoC

2021-03-19 Thread Philip Herron
Hi Isitha, Thanks for your interest in GCC Rust, it's an exciting project that is early on in development, so there is plenty of scoping for making your mark on the compiler. In regards to your proposal feel free to join our Zulip server https://gcc-rust.zulipchat.com/ and it can be discussed with

gcc-9-20210319 is now available

2021-03-19 Thread GCC Administrator via Gcc
Snapshot gcc-9-20210319 is now available on https://gcc.gnu.org/pub/gcc/snapshots/9-20210319/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 9 git branch with the following options: git://gcc.gnu.org/git/gcc.git branch

GSoC 2021

2021-03-19 Thread Mahmoud Shawky via Gcc
Hello there I have chosen the project that i want to develop , and i don't know what is the next step , is it okay to communicate with the project mentor in linkedin or how can i communicate with him . That's my first time here Thanks in advance