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
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;
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;
> };
>
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
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
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
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