From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1725) id 6B1ED3858D28; Tue, 23 Nov 2021 17:05:49 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6B1ED3858D28 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. e8cffe6d8fa529066a3e012599f9f417ddf0e855 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 535e392dde5954ea7c40dd88952d775f38b74000 X-Git-Newrev: e8cffe6d8fa529066a3e012599f9f417ddf0e855 Message-Id: <20211123170549.6B1ED3858D28@sourceware.org> Date: Tue, 23 Nov 2021 17:05:49 +0000 (GMT) From: William Schmidt 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: Tue, 23 Nov 2021 17:05:49 -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 e8cffe6d8fa529066a3e012599f9f417ddf0e855 (commit) from 535e392dde5954ea7c40dd88952d775f38b74000 (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 e8cffe6d8fa529066a3e012599f9f417ddf0e855 Author: Bill Schmidt Date: Tue Nov 23 11:05:03 2021 -0600 rs6000: Add information about built-ins to GCC 12 release notes diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html index 2f80b34a..89cbbdd8 100644 --- a/htdocs/gcc-12/changes.html +++ b/htdocs/gcc-12/changes.html @@ -294,7 +294,27 @@ a work-in-progress.

- +

PowerPC / PowerPC64 / RS6000

+
    +
  • + The internal implementation of Power's target-specific built-in functions + has been rewritten to be easier and less error-prone to maintain. Every + attempt has been made to ensure that the new behavior matches the old + behavior, but inevitably some bugs can be expected. Please report any + problems using GCC Bugzilla. +
  • +
  • + The built-in functions __builtin_get_texasr, + __builtin_get_texasru, __builtin_get_tfhar, + __builtin_get_tfiar, __builtin_set_texasr, + __builtin_set_texasru, __builtin_set_tfhar, and + __builtin_set_tfiar now behave as documented in all + supported configurations. On prior releases, the arguments and return + values of these functions were treated as unsigned long long + instead of as unsigned long, when the options -m32 + -mpowerpc64 were in effect. +
  • +

PRU

    ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-12/changes.html | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs