Re: [GSoC] Interest and initial proposal for project on reimplementing cpychecker as -fanalyzer plugin

2023-03-28 Thread Eric Feng via Gcc
My apologies. Forgot to CC the mailing list in my previous e-mail. Original reply below: ___ Hi David, Thank you for your feedback! > Also, the Python community would continue to find > static analysis of CPython extension modules useful, so it would be > good to have the idea live on as a

GSoC Project - Bypass Assembler for LTO Object Files

2023-03-28 Thread Hathik H via Gcc
Dear Jan Hubicka, My name is Hathik , and I'm a student . I'm writing to express my interest in the GCC LTO , and to ask for your guidance as I prepare my application. I have some experience in C/C++ programming and a strong interest in low-level systems programming, and I believe that this proje

Re: [GSoC] Interest and initial proposal for project on reimplementing cpychecker as -fanalyzer plugin

2023-03-28 Thread David Malcolm via Gcc
On Tue, 2023-03-28 at 08:08 -0400, Eric Feng wrote: > My apologies. Forgot to CC the mailing list in my previous e-mail. > Original reply below: > > ___ > > > Hi David, > > Thank you for your feedback! > > > [...snip...] > > > > > > Error-handling checking: Various checks for common er

Open source contribution for Rust Front-End (GSoC)

2023-03-28 Thread Deepanshu Joshi via Gcc
Hello, Myself Deepanshu Joshi, pursuing Bachelors in Computer Science. I would like to display my interest towards the Rust Front End project. Currently I am working on my own compiler and hence contributing to this project will help me expand my knowledge. I would request you to brief me regardin

GSoC Separate Host Process Offloading

2023-03-28 Thread Prasad, Adi via Gcc
Hi all, I’m Adi Prasad, a 2nd year Computing student at Imperial College London, interested in doing the Separate Host Process Offloading GSoC project this summer. First off, I’m aware I’m getting in touch very late; I have been busy up until now with a university project deadline. I am howeve

Re: [GSoC] Conflicted Built-in Trait Name

2023-03-28 Thread Ken Matsui via Gcc
Hi François, I tried to use `make check-debug`, but my Makefile does not include the target. Could you please tell me how you generated your Makefile? FYI, I did this command: `../configure --enable-languages=c++ --disable-error --disable-bootstrap`. Sincerely, Ken Matsui On Mon, Mar 27, 2023 a

Re: [GSoC] Discussion of warnings and of a first patch (name-hiding)

2023-03-28 Thread Martin Jambor
Hello, it feels like I have read only a small part of your conversation and so may be missing quite some context, but... On Wed, Mar 22 2023, Benjamin Priour via Gcc wrote: > Hi Jason, > > Sorry for the delayed answer, I was in my exam period! > > I've almost finished the patch (PR12341 >

Re: [GSoC] Conflicted Built-in Trait Name

2023-03-28 Thread Jonathan Wakely via Gcc
On Tue, 28 Mar 2023 at 22:30, Ken Matsui via Libstdc++ wrote: > > Hi François, > > I tried to use `make check-debug`, but my Makefile does not include > the target. Could you please tell me how you generated your Makefile? It's a target in the libstdc++ makefile, so you need to run it from the $t

Re: [GSoC] Conflicted Built-in Trait Name

2023-03-28 Thread Ken Matsui via Gcc
Oooh, thank you for your help! On Tue, Mar 28, 2023 at 4:25 PM Jonathan Wakely wrote: > > On Tue, 28 Mar 2023 at 22:30, Ken Matsui via Libstdc++ > wrote: > > > > Hi François, > > > > I tried to use `make check-debug`, but my Makefile does not include > > the target. Could you please tell me how