From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2153) id BAF763857341; Fri, 6 May 2022 07:02:42 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BAF763857341 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. e9d81288aaae7626d7b511e0f84cba3e72f47b52 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 32b0a487f8bade5c9bb2da9aecf21323509feefb X-Git-Newrev: e9d81288aaae7626d7b511e0f84cba3e72f47b52 Message-Id: <20220506070242.BAF763857341@sourceware.org> Date: Fri, 6 May 2022 07:02:42 +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:02:42 -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 e9d81288aaae7626d7b511e0f84cba3e72f47b52 (commit) via 7ec645cedf255c9ed8c96a1f05955bc9cdc8b744 (commit) from 32b0a487f8bade5c9bb2da9aecf21323509feefb (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 e9d81288aaae7626d7b511e0f84cba3e72f47b52 Author: Jakub Jelinek Date: Fri May 6 09:02:34 2022 +0200 Releasing 12.1. diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html index cabde308..1b6385cd 100644 --- a/htdocs/gcc-12/changes.html +++ b/htdocs/gcc-12/changes.html @@ -22,9 +22,6 @@ You may also want to check out our full GCC documentation.

-

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

-

Caveats

    @@ -978,7 +975,15 @@ function Multiply (S1, S2 : Sign) return Sign is - +

    GCC 12.1

    + +

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

    GCC 12 Release Series

    -

    As of this time no releases of GCC 12 have yet been made.

    +

    May 6, 2022

    + +

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

    + +

    This release is a major release, containing new features (as well +as many other improvements) relative to GCC 11.x.

    + +

    Release History

    + +
    + +
    GCC 12.1
    +
    May 6, 2022 + (changes, + documentation) +
    + +

    References and Acknowledgements

    @@ -25,7 +42,7 @@ as new information becomes available.

    The GCC developers would like to thank the numerous people that have contributed new features, improvements, bug fixes, and other changes as well as test results to GCC. -This amazing +This amazing group of volunteers is what makes GCC successful.

    For additional information about GCC please refer to the commit 7ec645cedf255c9ed8c96a1f05955bc9cdc8b744 Author: Jakub Jelinek Date: Fri May 6 08:57:51 2022 +0200 Point into 12.1.0 onlinedocs instead of trunk. diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html index 87c8bcf8..cabde308 100644 --- a/htdocs/gcc-12/changes.html +++ b/htdocs/gcc-12/changes.html @@ -169,7 +169,7 @@ a work-in-progress.

    routines added for Fortran and extended for C/C++ in OpenMP 5.1. In Fortran code, strictly structured blocks can be used.
  • The OpenMP Implementation Status can be found in the libgomp manual.
@@ -179,10 +179,10 @@ a work-in-progress.

  • The offload target code generation for OpenMP and OpenACC can now be better adjusted using the new -foffload-options= flag and the pre-existing but now documented -foffload= flag.
  • @@ -259,7 +259,7 @@ function Multiply (S1, S2 : Sign) return Sign is enhancements.
  • Improvements to embedded-RTOS targets such as RTEMS, VxWorks and QNX. Older targets were removed or cleaned.
  • -
  • Added some hardening features.
  • +
  • Added some hardening features.
  • C family

    @@ -274,19 +274,19 @@ function Multiply (S1, S2 : Sign) return Sign is the clang language extension was added.
  • New warnings:
  • Enhancements to existing warnings: