From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2153) id 081C63858434; Mon, 29 May 2023 08:45:23 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 081C63858434 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1685349923; bh=Tub9j7A4zr15wvGeG0if3vp/ZaUxOcVSFM4GBAuUi3Y=; h=To:Subject:Date:From:From; b=G08S7cmXtqfin0nKZXcQG8TufSgZihGQ6/CAdmqlCqFR402yVZ4sKaXv2pMphPE0A L/xJaSjBCIMU5RZS/xMcZAhUm1R1nc5/GLDVEtyg8R4jLJmEei2ThkYBWbCyshlYap wkGt8v8vvlAj5GiAgWjgxAo6tLv8vJ2X67dlk9gA= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. f129583695e3d4fe384e1dfb553fd96f8a2a9e3e X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 0006bbd9b6fab6089fd151526cbb9f4d594f07cd X-Git-Newrev: f129583695e3d4fe384e1dfb553fd96f8a2a9e3e Message-Id: <20230529084523.081C63858434@sourceware.org> Date: Mon, 29 May 2023 08:45:22 +0000 (GMT) From: Jakub Jelinek 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 f129583695e3d4fe384e1dfb553fd96f8a2a9e3e (commit) from 0006bbd9b6fab6089fd151526cbb9f4d594f07cd (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 f129583695e3d4fe384e1dfb553fd96f8a2a9e3e Author: Jakub Jelinek Date: Mon May 29 10:44:15 2023 +0200 Releasing 11.4. diff --git a/htdocs/gcc-11/changes.html b/htdocs/gcc-11/changes.html index cc0fdc19..44389172 100644 --- a/htdocs/gcc-11/changes.html +++ b/htdocs/gcc-11/changes.html @@ -1124,6 +1124,16 @@ known to be fixed in the 11.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 11.4

+ +

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

+

Target Specific Changes

x86-64

diff --git a/htdocs/gcc-11/index.html b/htdocs/gcc-11/index.html index 8e09a3c3..7cd96f7e 100644 --- a/htdocs/gcc-11/index.html +++ b/htdocs/gcc-11/index.html @@ -11,17 +11,23 @@

GCC 11 Release Series

-

April 21, 2022

+

May 29, 2023

-

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

+

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

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

+GCC 11.3 relative to previous releases of GCC.

Release History

+
GCC 11.4
+
May 29, 2023 + (changes, + documentation) +
+
GCC 11.3
April 21, 2022 (changes, ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-11/changes.html | 10 ++++++++++ htdocs/gcc-11/index.html | 12 +++++++++--- 2 files changed, 19 insertions(+), 3 deletions(-) hooks/post-receive -- gcc-wwwdocs