From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ed1-x535.google.com (mail-ed1-x535.google.com [IPv6:2a00:1450:4864:20::535]) by sourceware.org (Postfix) with ESMTPS id 0A2213858412 for ; Mon, 24 Oct 2022 21:54:31 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 0A2213858412 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-ed1-x535.google.com with SMTP id i21so12550194edj.10 for ; Mon, 24 Oct 2022 14:54:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=iGsq03KyVhaVdUHdPEPs+X6EpIU510FusWpfKYYjlSs=; b=auEX29jY7C16fB6mV5O91YMJl0FPDSbMJaxq+buHfXEWcU+Pibc314OZCBzuHG5WF/ IOzU+gMH+y/Kxxtr4qQNS6TmInjSHDi8iUUS8bg0oGRxKa3JWUKZ1vyHu277YSolM4rx LcWBSknY9c39Q5SwhyZjij93OhSGt6krjPDgwNvPw7AunCre31a8aoGp+0Xw2ygN1Zan 4aB3ckF55UlZmAXdu0G2ogTw9pKTzIMlrGArj9I1CVV3SpZrz8wGRxwlQPIn2IJyj8Ew cFhZHFbp7rlACBU/wgADrxUGYdX90om+IflEPlTMX8YSr8oyLNX/wHa6Q/eESn8mlIcR Frug== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=iGsq03KyVhaVdUHdPEPs+X6EpIU510FusWpfKYYjlSs=; b=mouXP0iFsNtYmGkiIBDEaQ2vK7Vlx2IpMQy/PIeRm87uhjr+8A4NOFQfXko2N9DIfq 84uVYFKCbh2BJ/EaQqDSvh/ohL5PTSUSnGiarHB8KUznhHEBMJY7BDZI4GTrt/6idvK0 /pOE7pGYUvx597YVmo+0uI8wRCAkY3pzDr0XaTcVpfLjQ6ky5rYcBlq1NLue4kHKSfE8 IlHHaJwClSrn7F0Ib8hBY7jCah1kYcqgaVxV1r7dL+DrObLKaMvn6rs86LlUoezJBxsk ry9jZ5SLUM2YzQDDxyE9T9yGl3sqSidEAGHi/GdPTnOblwvNlsurvrNIDJ9GWwenJyey LJqA== X-Gm-Message-State: ACrzQf2bX3hqoLNBpnVk5IWEJY98Dvy6dQEHGYjqsaVFJ37vf1+DYnhm /jMPqdQ65+e3kOshVCNeJJ2CWVmQDxo+w3Kwrw0= X-Google-Smtp-Source: AMsMyM70cDWz8p3DAuG13gfzJFrpy0DcScM4WHLV/CmJ3X5kezOKCM7XlnX0VnF6wu5TklEwRA1CQ4tLTavYYzrLw/Y= X-Received: by 2002:aa7:df08:0:b0:461:d9a2:b247 with SMTP id c8-20020aa7df08000000b00461d9a2b247mr5037287edy.54.1666648469601; Mon, 24 Oct 2022 14:54:29 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: David Edelsohn Date: Mon, 24 Oct 2022 17:54:18 -0400 Message-ID: Subject: Re: Interested to contribute! To: StreetCodeC - Cc: gcc@gcc.gnu.org Content-Type: multipart/alternative; boundary="000000000000ff03ac05ebced5de" X-Spam-Status: No, score=-1.2 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,HTML_MESSAGE,KAM_SHORT,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: --000000000000ff03ac05ebced5de Content-Type: text/plain; charset="UTF-8" On Mon, Oct 24, 2022 at 4:57 PM StreetCodeC - via Gcc wrote: > Hi! > I am interested in contributing to GCC but I am fairly new to this project > and wish for some heads up and guidance about how to start working! Please > help me understand where are the 'issues' and source code. > Regards, > Aman. > Hi, Aman Thanks for your interest in GCC. Welcome! A good place to start is the GCC Wiki Getting Started page: https://gcc.gnu.org/wiki/#Getting_Started_with_GCC_Development David Malcolm has written a wonderful introduction to GCC for newcomers: https://gcc-newbies-guide.readthedocs.io/en/latest/ and browse other recent answers to similar questions in the archives of this mailing list. Thanks, David --000000000000ff03ac05ebced5de--