From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1666) id 67D80385702C; Fri, 16 Oct 2020 12:30:55 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 67D80385702C To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 9f51d74dc4d2112458e34e06751ac122b0cdb177 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: e4d7ebb6579e169f6e17b1fb4b3c315ca6d9b1a0 X-Git-Newrev: 9f51d74dc4d2112458e34e06751ac122b0cdb177 Message-Id: <20201016123055.67D80385702C@sourceware.org> Date: Fri, 16 Oct 2020 12:30:55 +0000 (GMT) From: Richard Biener X-BeenThere: gcc-cvs-wwwdocs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs-wwwdocs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Oct 2020 12:30:55 -0000 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 9f51d74dc4d2112458e34e06751ac122b0cdb177 (commit) from e4d7ebb6579e169f6e17b1fb4b3c315ca6d9b1a0 (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 9f51d74dc4d2112458e34e06751ac122b0cdb177 Author: Richard Biener Date: Fri Oct 16 14:29:28 2020 +0200 Update GCC 11 status and timeline This updates the GCC 11 status report link an the timeline, adding the start of stage 3. 2020-10-16 Richard Biener * develop.html: Add GCC 11 stage 3 start. * index.html: Update GCC 11 status report link. diff --git a/htdocs/develop.html b/htdocs/develop.html index 46f9becf..e969201d 100644 --- a/htdocs/develop.html +++ b/htdocs/develop.html @@ -661,6 +661,8 @@ stages of development, branch points, and releases:

| \ | v | GCC 10.2 release (2020-06-23) + GCC 11 Stage 3 (starts 2020-11-16) + | v diff --git a/htdocs/index.html b/htdocs/index.html index d5d1becf..3d129894 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -197,7 +197,7 @@ More news? Let gerald@pfeifer.com know!
Status: - 2020-04-30 + 2020-10-16 (regression fixes & docs only).
----------------------------------------------------------------------- Summary of changes: htdocs/develop.html | 2 ++ htdocs/index.html | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs