From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2153) id 134F83856DF1; Fri, 6 May 2022 07:47:26 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 134F83856DF1 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 9415eba2b0d629127f65fc469a9befd2eb588a62 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: e9d81288aaae7626d7b511e0f84cba3e72f47b52 X-Git-Newrev: 9415eba2b0d629127f65fc469a9befd2eb588a62 Message-Id: <20220506074726.134F83856DF1@sourceware.org> Date: Fri, 6 May 2022 07:47:26 +0000 (GMT) From: Jakub Jelinek 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, 06 May 2022 07:47:26 -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 9415eba2b0d629127f65fc469a9befd2eb588a62 (commit) from e9d81288aaae7626d7b511e0f84cba3e72f47b52 (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 9415eba2b0d629127f65fc469a9befd2eb588a62 Author: Jakub Jelinek Date: Fri May 6 09:47:11 2022 +0200 Mention that 7 and 8 are no longer supported. diff --git a/htdocs/gcc-7/index.html b/htdocs/gcc-7/index.html index 86fc4e91..da53cbce 100644 --- a/htdocs/gcc-7/index.html +++ b/htdocs/gcc-7/index.html @@ -11,6 +11,8 @@

GCC 7 Release Series

+

(This release series is no longer supported.)

+

Nov 14, 2019

The GNU project and the GCC diff --git a/htdocs/gcc-8/index.html b/htdocs/gcc-8/index.html index c2bbfe52..691c7abf 100644 --- a/htdocs/gcc-8/index.html +++ b/htdocs/gcc-8/index.html @@ -11,6 +11,8 @@

GCC 8 Release Series

+

(This release series is no longer supported.)

+

May 14, 2021

The GNU project and the GCC ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-7/index.html | 2 ++ htdocs/gcc-8/index.html | 2 ++ 2 files changed, 4 insertions(+) hooks/post-receive -- gcc-wwwdocs