From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id 9F967384B0C8; Wed, 11 May 2022 21:04:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9F967384B0C8 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. ba9497f35da1a971002d0cb59913448247f9f306 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 2191bb87daaccd448eb21d5e38ab8263cc68b828 X-Git-Newrev: ba9497f35da1a971002d0cb59913448247f9f306 Message-Id: <20220511210438.9F967384B0C8@sourceware.org> Date: Wed, 11 May 2022 21:04:38 +0000 (GMT) From: Gerald Pfeifer 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: Wed, 11 May 2022 21:04:38 -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 ba9497f35da1a971002d0cb59913448247f9f306 (commit) from 2191bb87daaccd448eb21d5e38ab8263cc68b828 (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 ba9497f35da1a971002d0cb59913448247f9f306 Author: Gerald Pfeifer Date: Wed May 11 23:03:55 2022 +0200 gcc-12: Replace by id= and expand anchor texts diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html index 60ed4b32..d645b15f 100644 --- a/htdocs/gcc-12/changes.html +++ b/htdocs/gcc-12/changes.html @@ -709,8 +709,8 @@ function Multiply (S1, S2 : Sign) return Sign is

MIPS

    -
  • The ABI passing arguments - containing zero-width fields (for example, C/C++ zero-width +
  • The ABI passing arguments + containing zero-width fields (for example, C/C++ zero-width bit-fields, GNU C/C++ zero-length arrays, and GNU C empty structs) has changed. Now a zero-width field will not prevent an aligned 64-bit floating-point field next to it from being passed through @@ -718,8 +718,8 @@ function Multiply (S1, S2 : Sign) return Sign is GCC releases. GCC 12 on MIPS will report such incompatibilities as an inform unless -Wno-psabi is used.
  • -
  • The ABI returning values - containing C++17 empty bases has changed. Now an empty base will +
  • The ABI returning values + containing C++17 empty bases has changed. Now an empty base will not prevent an aggregate containing only one or two floating-point fields from being returned through FPR. This is compatible with GCC 6 and earlier, but incompatible with GCC 7 through 11. GCC 12 on ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-12/changes.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) hooks/post-receive -- gcc-wwwdocs