From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ot1-x32f.google.com (mail-ot1-x32f.google.com [IPv6:2607:f8b0:4864:20::32f]) by sourceware.org (Postfix) with ESMTPS id 235233858C83 for ; Mon, 7 Feb 2022 23:04:39 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 235233858C83 Received: by mail-ot1-x32f.google.com with SMTP id p3-20020a0568301d4300b005a7a702f921so11955465oth.9 for ; Mon, 07 Feb 2022 15:04:39 -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=WEs2s6x5dvwDuh0wCBC4/oaJDxPmO9qeH7iuu1P7dxk=; b=u3u9egPwTmjmopxUpC5I3NmNtf+p8s3p2sAKZM8Pi1N7CkUNxDn8meqeUD5+Nj2onY 1Vl4jh9R7CCis+VJOu4pEyW4U98RCPaoDHArrufDdraMdU+tEMn8dyqyUKdkQ0wk3IvG prxdDPgLVqC6wzuNwL+vBH3ZuoOGUPoLvKw8XnbW7N3X7AzG0SYKGjK86okvj5QbBJK2 vhzUHAVX5io9406vO3OFfzGvaPeY7R5k0Cc3WxadiauIt9C8MB58mexsVXvr3lRGlDy6 a5E2Y92wDwoTS7KzFiuiqHBmA5VqTSwpSPBrdATAFlGKt66Rmazdiysi3qd8Zbq9MLOw mtvw== X-Gm-Message-State: AOAM531YAKWD7QG+0Q761yjhYoS36/4+4j4KNfR5BwzYdLiagfSK1DBw tVw5ZIGK+ot+hkFf/AXVQ4ZMZT/72CS1PvTF55s= X-Google-Smtp-Source: ABdhPJwniuRsTn7eY8rvUjVGubwS6mNyifej9HN2/0UE3naAr1I7VJzP7jNArXDMbNbS7Zj2Yq+DCIYWTs66qM24WlU= X-Received: by 2002:a9d:7683:: with SMTP id j3mr845187otl.252.1644275078505; Mon, 07 Feb 2022 15:04:38 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Abdullah Siddiqui Date: Mon, 7 Feb 2022 18:04:26 -0500 Message-ID: Subject: Re: C++ version for GCC development To: Jonathan Wakely Cc: gcc-help X-Spam-Status: No, score=-1.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM, HTML_MESSAGE, 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: Mon, 07 Feb 2022 23:04:40 -0000 Hello Jonathan. Thank you for the quick response. I got 14% from the following GitHub page: https://github.com/gcc-mirror/gcc Am I not looking at the correct source for the GCC source code? Waiting for your reply. Regards, Abdullah. On Mon, Feb 7, 2022, 5:56 PM Jonathan Wakely, wrote: > > > On Mon, 7 Feb 2022, 22:27 Abdullah Siddiqui via Gcc-help, < > gcc-help@gcc.gnu.org> wrote: > >> Hello. >> >> This question is for the developers of GCC: >> >> Which C++ version are you using to write the C++ code of the current GCC >> version? > > > > C++11 > > > Is only 14% of the current GCC codebase composed of C++ code? >> > > > Where do you get that number? It seems low. > > >> >>