[GSoC] Introduction and query on LTO object emmission project

2023-02-24 Thread Peter Lafreniere via Gcc
Hi! I've been interested in compiler development for a while, and would love to work with any of you as part of GSoC, or even just as a side-project on my own. I'm an 18 year-old student going into university next year with a passion for all things open source and low level. I consider myself flu

Re: Missed warning (-Wuse-after-free)

2023-02-23 Thread Peter Lafreniere via Gcc
If I may add my thoughts here, On Thursday, February 23rd, 2023 at 20:42, Alex Colomar wrote: > I'll try to show why this feels weird to me (even in C89): > > > alx@dell7760:~/tmp$ cat pointers.c > #include > > #include > > > > int > main(void) > { > char *p, *q; > > p = malloc(42); > if (p == N