From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1666) id 68F183858C60; Fri, 7 Jul 2023 07:05:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 68F183858C60 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1688713559; bh=zw7LhQO3ElynQ9iC3Yd8Pd329Og2q2WQPcGP+o+FQHY=; h=To:Subject:Date:From:From; b=rvQbU8BdvOx4zwCS7oRsYHAINqMe5dcBIQ4n29rh6Cs+y0jd5uy07IWbn80GX6ciE S1Dh4zqHTHY7OMLVDDtPspqYrY4nh6OsYoy4Pm41Q8jQbwR62HP9kWpS6FLjFRJQm8 Ts9ys1Yo9cgNDxfuaqBp7Qg7r9XOu3mMMKYHqEZU= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 4a546bb0839251c91b17850ed12a0b730766932e X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: f87deaa12cccb4b7398a8ec3b306cb4185aae012 X-Git-Newrev: 4a546bb0839251c91b17850ed12a0b730766932e Message-Id: <20230707070559.68F183858C60@sourceware.org> Date: Fri, 7 Jul 2023 07:05:59 +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 4a546bb0839251c91b17850ed12a0b730766932e (commit) from f87deaa12cccb4b7398a8ec3b306cb4185aae012 (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 4a546bb0839251c91b17850ed12a0b730766932e Author: Richard Biener Date: Fri Jul 7 09:05:47 2023 +0200 GCC 10.5 release preps diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html index 915e80ae..add2f22b 100644 --- a/htdocs/gcc-10/changes.html +++ b/htdocs/gcc-10/changes.html @@ -1181,5 +1181,13 @@ are not listed here).

+

GCC 10.5

+ +

This is the list +of problem reports (PRs) from GCC's bug tracking system that are +known to be fixed in the 10.5 release. This list might not be +complete (that is, it is possible that some PRs that have been fixed +are not listed here).

+ diff --git a/htdocs/gcc-10/index.html b/htdocs/gcc-10/index.html index e231a52e..e39a6381 100644 --- a/htdocs/gcc-10/index.html +++ b/htdocs/gcc-10/index.html @@ -11,18 +11,24 @@

GCC 10 Release Series

-

June 28, 2022

+

July, 7, 2023

The GNU project and the GCC -developers are pleased to announce the release of GCC 10.4.

+developers are pleased to announce the release of GCC 10.5.

This release is a bug-fix release, containing fixes for regressions in -GCC 10.3 relative to previous releases of GCC.

+GCC 10.4 relative to previous releases of GCC.

Release History

+
GCC 10.5
+
July 7, 2023 + (changes, + documentation) +
+
GCC 10.4
June 28, 2022 (changes, ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-10/changes.html | 8 ++++++++ htdocs/gcc-10/index.html | 12 +++++++++--- 2 files changed, 17 insertions(+), 3 deletions(-) hooks/post-receive -- gcc-wwwdocs