On Thu, 6 Mar 2025 at 15:09, Gwen Fu via Gcc <gcc@gcc.gnu.org> wrote:
>
> Dear GCC Community,
>
> I have just joined the GCC community and am currently learning about the
> framework and essential knowledge related to the GCC compiler. I have
> cloned the GCC source code to my virtual machine, but I find the codebase
> to be quite large and am unsure where to start. Do you have any suggestions?

Have you seen https://gcc.gnu.org/wiki/GettingStarted ?


> Additionally, I have read the GCC community's development guide, and I
> would like to start by working on some simple bugs to gain practical
> experience. However, I am having trouble finding where these issues are
> discussed (it feels slightly different from the discussions on the GitHub
> platform). Is it only through the daily emails sent after subscribing that
> I can find these issues?

No, they're in https://gcc.gnu.org/bugzilla - the emails are generated
from there.

The GettingStarted wiki page links to
https://gcc.gnu.org/wiki/EasyHacks which tells you how find the bugs
in https://gcc.gnu.org/bugzilla that are marked as EasyHack.

Reply via email to