From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1725) id 2053D398641B; Mon, 28 Sep 2020 17:02:26 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2053D398641B To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 7eb81fbabc8ede30c1482f9452b1825d7fbd8c56 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 3f55a908204a438e7e1dfefd53892641b360066b X-Git-Newrev: 7eb81fbabc8ede30c1482f9452b1825d7fbd8c56 Message-Id: <20200928170226.2053D398641B@sourceware.org> Date: Mon, 28 Sep 2020 17:02:26 +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: Mon, 28 Sep 2020 17:02:26 -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 7eb81fbabc8ede30c1482f9452b1825d7fbd8c56 (commit) from 3f55a908204a438e7e1dfefd53892641b360066b (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 7eb81fbabc8ede30c1482f9452b1825d7fbd8c56 Author: Bill Schmidt Date: Mon Sep 28 12:02:01 2020 -0500 rs6000: Explain deprecated builtins more thoroughly I was contacted by a developer who was concerned about the deprecated builtins, until I explained their nature. As he suggested, I am adding more language here to avoid similar concerns from others. 2020-09-28 Bill Schmidt * htdocs/gcc-10/changes.html: Explain Power builtin deprecations. diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html index 4db307c7..759e4fd7 100644 --- a/htdocs/gcc-10/changes.html +++ b/htdocs/gcc-10/changes.html @@ -968,7 +968,13 @@ typedef svbool_t pred512 __attribute__((arm_sve_vector_bits(512))); 64-Bit ELF V2 ABI Specification for quite a number of years. The vector builtins listed in Tables A.8 through A.10 are now deprecated for GCC 10, and will likely be removed - from support in GCC 11. + from support in GCC 11. Note that this does not result in any loss of + function. These deprecated builtins generally provide somewhat + nonsensical argument lists (for example, mixing signed, unsigned, and + bool vector arguments arbitrarily), or are duplicate builtins that are + inconsistent with the expected naming scheme. We expect that this will + be unlikely to affect much if any code, and any required code changes + will be trivial. ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-10/changes.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs