From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oo1-xc2f.google.com (mail-oo1-xc2f.google.com [IPv6:2607:f8b0:4864:20::c2f]) by sourceware.org (Postfix) with ESMTPS id 8E8953858C2D for ; Tue, 8 Feb 2022 17:04:47 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 8E8953858C2D Received: by mail-oo1-xc2f.google.com with SMTP id u47-20020a4a9732000000b00316d0257de0so15415279ooi.7 for ; Tue, 08 Feb 2022 09:04:47 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=UXo6M4e4x/AWI+rNqbFrqUYJvW4FGLwypWJJ00JX3rU=; b=JJOBdIOm3Q+1fkgAAjj2l77mODSB0u9BntgdTZDzqa1TFf6+5i0mgYqblCmy0hxTql ZKgfPISZe3g0blX889PfsKP5wwJSjiulu0cXeRDfEPbKL0Iv+iyhjRaui+w4v9MLVr5F iuaYub2uEZZfbkuXbwB4pme46gY6AKF00ZytowcByOEFDDjlhRyi2BnLjIsCAL0kNa63 Ovidrzl/ZUvTHJKNV+ethZbwKeboFfqBuEvw5KZPj2cIfbuogABHjlZrh44WFmSlaV/1 lOMfnQj9oq5Ofh729w5TcgeIpSkKl77jm8nqJhtyWibIFfcFP6N1VcDaqHaAsoumxM/c /e1w== X-Gm-Message-State: AOAM5316TKRyRaCTArVRz4gtdIXP8T1Yz5E3q/Fi34/bFAK4BeMr47PL aoKLww3LiAyiZ7GxD+Pc//QJccOHQ7Rnac8mOWs= X-Google-Smtp-Source: ABdhPJzulSIaN+bjSHmlggfIF6sXP/wKXou/4tsEKCmdP2INV8CF0KLue5EXojKL/PFqE/hQbB6JtQ8TXGIql0ILemo= X-Received: by 2002:a05:6870:4315:: with SMTP id w21mr713219oah.102.1644339886942; Tue, 08 Feb 2022 09:04:46 -0800 (PST) MIME-Version: 1.0 References: <649f3dd2-54f0-2258-61e5-1304a1140bbe@gmail.com> In-Reply-To: From: Abdullah Siddiqui Date: Tue, 8 Feb 2022 12:04:35 -0500 Message-ID: Subject: Re: C++ version for GCC development To: Jonathan Wakely Cc: Gabriel Ravier , gcc-help X-Spam-Status: No, score=-0.2 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM, HTML_MESSAGE, KAM_SHORT, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: gcc-help@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-help mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Feb 2022 17:04:50 -0000 Jonathan, Oh ok. I already checked out GCC from your second link https://gcc.gnu.org/git.html. I just wanted to know if I could access the code from the browser itself (like on GitHub). Thank you. Regards, Abdullah. On Tue, Feb 8, 2022, 11:59 AM Jonathan Wakely, wrote: > > > On Tue, 8 Feb 2022 at 16:57, Abdullah Siddiqui < > siddiquiabdullah92@gmail.com> wrote: > >> Ok. Thank you for the prompt responses. >> >> May I know which source I SHOULD refer to for getting the latest GCC >> source code? >> > > Did you try looking at https://gcc.gnu.org ? There's a "Git" entry in the > sidebar, which links to https://gcc.gnu.org/git.html > > The GitHub mirror also links to the official repo (under th repo name at > the top left). > > >