From patchwork Mon Jan 17 12:28:18 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Biener X-Patchwork-Id: 50108 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 9E7273858024 for ; Mon, 17 Jan 2022 12:28:49 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9E7273858024 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1642422529; bh=i01eJz7Kia5FguSfse3EjcpEHfCjEZue3jBL2Eh6x34=; h=Date:To:Subject:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=k78CnEnFc8vOsCPphUZkakOfHGJeqr/E+qM8NIKGaiSUpDPSpBFXGJU3BGBGBTy18 zZdgqurlWy6M3cIzx39lpJbwIkPitp4qv1b4wavsfU2ZMkyh7J6lI0Vv91XIA5MDRC FGyIJTKYpP5g7l+ANUKTMrSfeN/lKklUaZYfsl0I= X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by sourceware.org (Postfix) with ESMTPS id 7C3213858D3C for ; Mon, 17 Jan 2022 12:28:20 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 7C3213858D3C Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out2.suse.de (Postfix) with ESMTPS id 3A62E1F399 for ; Mon, 17 Jan 2022 12:28:19 +0000 (UTC) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 25C4C13D3C for ; Mon, 17 Jan 2022 12:28:19 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id RcwDCONg5WGDHwAAMHmgww (envelope-from ) for ; Mon, 17 Jan 2022 12:28:19 +0000 Date: Mon, 17 Jan 2022 13:28:18 +0100 (CET) To: gcc-patches@gcc.gnu.org Subject: [PATCH][www][pushed] Clarify GCC versioning, esp. the DEV-PHASE. Message-ID: <8615r15-sopq-p7q9-640-p145n1qq63q@fhfr.qr> MIME-Version: 1.0 X-Spam-Status: No, score=-11.8 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Patchwork-Original-From: Richard Biener via Gcc-patches From: Richard Biener Reply-To: Richard Biener Errors-To: gcc-patches-bounces+patchwork=sourceware.org@gcc.gnu.org Sender: "Gcc-patches" --- htdocs/develop.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/htdocs/develop.html b/htdocs/develop.html index 263cbc79..1ac48b09 100644 --- a/htdocs/develop.html +++ b/htdocs/develop.html @@ -266,8 +266,10 @@ way and on the following timeline:

VersionDEV-PHASEWhen 5.0.0(experimental) during active development of GCC 5 (stage 1 to 3) + 5.0.1(experimental) + during the stabilization period of GCC 5 (stage 4) 5.0.1(prerelease) - during the stabilization period of GCC 5 + after branching for the release of GCC 5.1 6.0.0(experimental) during active development of GCC 6 (stage 1 to 3) 5.1.0 @@ -278,12 +280,12 @@ way and on the following timeline:

for the second release from the GCC 5 branch 5.2.1 during development on the branch post the 5.2.0 release - 6.0.1(prerelease) - during the stabilization period of GCC 6 + 6.0.1(experimental) + during the stabilization period of GCC 6 (stage 4) ...

To summarize, the first release of GCC 5 will be GCC 5.1.0 while -development snapshots will be GCC 5.0.0 and snapshots from the +development snapshots will be GCC 5.0.0 or GCC 5.0.1 and snapshots from the release branch GCC 5.n.1.

Rationale