From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1666) id 952153858D32; Mon, 8 May 2023 12:11:06 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 952153858D32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1683547866; bh=3+ZSn65fxwI2H2VKBLU1OehWjp0roGPtQb0gp9JLMT0=; h=To:Subject:Date:From:From; b=mbktb0xJopy43t6YnrketR7a2WEEAfMfxCLY7TGCe0H3JUxlle70JF4EZL9eYPcqz TPk90G9A1X6WpFVAM2aiQHu9hVfaLn8QMcp6hYufZK52EaXaunhwFD5Y8q65HA/NNS K8zTJAb4D3Rxf6gdPjQoyxcpy9ggdgkmoR76ZmUM= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 4da64180a139c25d9da85342fcbae5fef0de3b8c X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: cb7e6cbe56b65b665e7abbedf66b271a87b39e1b X-Git-Newrev: 4da64180a139c25d9da85342fcbae5fef0de3b8c Message-Id: <20230508121106.952153858D32@sourceware.org> Date: Mon, 8 May 2023 12:11:06 +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 4da64180a139c25d9da85342fcbae5fef0de3b8c (commit) from cb7e6cbe56b65b665e7abbedf66b271a87b39e1b (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 4da64180a139c25d9da85342fcbae5fef0de3b8c Author: Richard Biener Date: Mon May 8 14:10:55 2023 +0200 GCC 12.3 release preparations diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html index 0854b83b..3816d06f 100644 --- a/htdocs/gcc-12/changes.html +++ b/htdocs/gcc-12/changes.html @@ -1141,9 +1141,6 @@ are not listed here).

GCC 12.3

-

Note: GCC 12.3 has not been released yet, so this section is a -work-in-progress.

-

Target Specific Changes

x86-64

@@ -1161,6 +1158,18 @@ known to be fixed in the 12.3 release. This list might not be complete (that is, it is possible that some PRs that have been fixed are not listed here).

+ +

GCC 12.4

+ +

Note: GCC 12.4 has not been released yet, so this section is a +work-in-progress.

+ +

This is the list +of problem reports (PRs) from GCC's bug tracking system that are +known to be fixed in the 12.4 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-12/index.html b/htdocs/gcc-12/index.html index 1d886a1b..503bedd3 100644 --- a/htdocs/gcc-12/index.html +++ b/htdocs/gcc-12/index.html @@ -11,17 +11,23 @@

GCC 12 Release Series

-

Aug 19, 2022

+

May 5, 2023

-

The GCC developers are pleased to announce the release of GCC 12.2.

+

The GCC developers are pleased to announce the release of GCC 12.3.

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

+GCC 12.2 relative to previous releases of GCC.

Release History

+
GCC 12.3
+
May 5, 2023 + (changes, + documentation) +
+
GCC 12.2
Aug 19, 2022 (changes, ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-12/changes.html | 15 ++++++++++++--- htdocs/gcc-12/index.html | 12 +++++++++--- 2 files changed, 21 insertions(+), 6 deletions(-) hooks/post-receive -- gcc-wwwdocs