Hello, On Mon, Mar 04 2024, mokshagnareddyc--- via Gcc wrote: > Hello sir/mam > I am mokshagna reddy from Mahindra university and i am currently in my > second year of under graduation in Btech artificial intelligence i had > intrest in your organization and i know programming languages like c, > c++,python how can i contribute from now and can u send details about > the project.
We are delighted you found contributing to GCC interesting. Please note that apart from C/C++ coding skills, most projects require some rudimentary theoretical background in compilers. Please look again at the "Before you apply" section of our GSoC page at https://gcc.gnu.org/wiki/SummerOfCode#Before_you_apply and make sure you are able to build, install and test GCC. I strongly suggest that you also try generating dumps of the IR of a simple compiled program and stepping through some function during compilation in a debugger. Afterwards, look at the suggested projects, try to identify the portion of GCC source where it needs to be implemented and think about how. Then email us back to this mailing list describing your current plan together with any technical questions you'd like to have answered to proceed further. We'll be happy to help. Good luck, Martin