From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from hamza.pair.com (hamza.pair.com [209.68.5.143]) by sourceware.org (Postfix) with ESMTPS id 195393858C54 for ; Thu, 11 May 2023 20:38:57 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 195393858C54 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=pfeifer.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=pfeifer.com Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id 93B1233E62; Thu, 11 May 2023 16:38:56 -0400 (EDT) Received: from naga.localdomain (188-23-60-250.adsl.highway.telekom.at [188.23.60.250]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id 70DE133EB4; Thu, 11 May 2023 16:38:55 -0400 (EDT) Date: Thu, 11 May 2023 22:38:53 +0200 (CEST) From: Gerald Pfeifer To: Jonathan Wakely cc: gcc-patches@gcc.gnu.org, Jason Merrill , Marek Polacek Subject: Re: [PATCH] wwwdocs: Clarify experimental status of C++17 prior to GCC 9 In-Reply-To: <20230322104230.343644-1-jwakely@redhat.com> Message-ID: <684156fc-186f-c729-664d-647f723279e6@pfeifer.com> References: <20230322104230.343644-1-jwakely@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Scanned-By: mailmunge 3.11 on 209.68.5.143 X-Spam-Status: No, score=-10.2 required=5.0 tests=BAYES_00,GIT_PATCH_0,KAM_DMARC_STATUS,KAM_NUMSUBJECT,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE 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: On Wed, 22 Mar 2023, Jonathan Wakely via Gcc-patches wrote: > We don't currently have a single page where you can find out when > support for a given standard became non-experimental (you have to look > through all the gcc-X/changes.html pages to find it). I think we should > have that info on the cxx-status.html page. This adds it for C++17, and > we can do the same for C++20 when we declare that stable. I'm not sure why I only noticed this today. Just a little technicality to fix this page. Pushed. Gerald Commit a09e584729 introduced an without corresponding . --- htdocs/projects/cxx-status.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/projects/cxx-status.html b/htdocs/projects/cxx-status.html index 7f59e5a2..675fbcd0 100644 --- a/htdocs/projects/cxx-status.html +++ b/htdocs/projects/cxx-status.html @@ -402,7 +402,7 @@ --> -

C++20 Support in GCC

+

C++20 Support in GCC

GCC has experimental support for the latest revision of the C++ standard, which was published in 2020. -- 2.40.1