From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1666) id EC88E3851C25; Thu, 20 Oct 2022 08:39:40 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EC88E3851C25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1666255180; bh=VIj2vmqauVQYREzchB3uFwzOwsgWvf+E5wK8bFFAp34=; h=To:Subject:Date:From:From; b=uHIWy2lqCvqv86C6q/I7zC026yTy6KpPPoNp00uf7aN257ePczXqPXJOby/+AVMiM Gp6jDkNKX/H2Jkqa0Vo1TE96tyaTyWeohODUWu3Vr1F0Jms3vqdrbnsksbSVTNEwa4 D5SULhdqdHcEJQV1G0GJsYB+x98aBHJN4IPdMxM0= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 7e701a479875d7329b965a1c1c66f55f795e2935 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: bce91aedbf5807627188077f49f188e2c47e61ae X-Git-Newrev: 7e701a479875d7329b965a1c1c66f55f795e2935 Message-Id: <20221020083940.EC88E3851C25@sourceware.org> Date: Thu, 20 Oct 2022 08:39:40 +0000 (GMT) From: Richard Biener List-Id: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs". The branch, master has been updated via 7e701a479875d7329b965a1c1c66f55f795e2935 (commit) from bce91aedbf5807627188077f49f188e2c47e61ae (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 7e701a479875d7329b965a1c1c66f55f795e2935 Author: Richard Biener Date: Thu Oct 20 10:39:08 2022 +0200 Update GCC 13 status, document start of stage 3 and 4. diff --git a/htdocs/develop.html b/htdocs/develop.html index 1919dd01..3ef9c03c 100644 --- a/htdocs/develop.html +++ b/htdocs/develop.html @@ -693,6 +693,10 @@ stages of development, branch points, and releases:

| \ | v | GCC 12.2 release (2022-08-19) + GCC 13 Stage 3 (starts 2022-11-14) + | + GCC 13 Stage 4 (starts 2023-01-16) + | v diff --git a/htdocs/index.html b/htdocs/index.html index f4eb4817..51f9c95c 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -246,7 +246,7 @@ More news? Let gerald@pfeifer.com know!
Status: - 2022-04-28 + 2022-10-20 (general development).
----------------------------------------------------------------------- Summary of changes: htdocs/develop.html | 4 ++++ htdocs/index.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs