From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1851) id C95FD385702E; Fri, 9 Apr 2021 10:03:46 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C95FD385702E To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. dff8f587116f9a81b545dad0557d3ae90e58a6d6 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: cf2c734b45f269743a849c3ff6401ceb8ad17901 X-Git-Newrev: dff8f587116f9a81b545dad0557d3ae90e58a6d6 Message-Id: <20210409100346.C95FD385702E@sourceware.org> Date: Fri, 9 Apr 2021 10:03:46 +0000 (GMT) From: Martin Liska 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, 09 Apr 2021 10:03:46 -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 dff8f587116f9a81b545dad0557d3ae90e58a6d6 (commit) from cf2c734b45f269743a849c3ff6401ceb8ad17901 (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 dff8f587116f9a81b545dad0557d3ae90e58a6d6 Author: Martin Liska Date: Fri Apr 9 12:03:20 2021 +0200 Fix known-to-fail/works version. diff --git a/htdocs/branch-closing.html b/htdocs/branch-closing.html index 9e35acc1..2a4f9d21 100644 --- a/htdocs/branch-closing.html +++ b/htdocs/branch-closing.html @@ -43,7 +43,7 @@ and version-specific bugs for the branch being closed:

  1. Ensure that the version number of the branch at the time it is -closed (for example, "7.5" if the branch is being closed when that +closed (for example, "7.5.0" if the branch is being closed when that is the version number a compiler built from the branch would report) is listed in "Known to work" or "Known to fail" as applicable.
  2. ----------------------------------------------------------------------- Summary of changes: htdocs/branch-closing.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs