From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id 2955F385BF81; Sun, 17 May 2020 13:42:10 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2955F385BF81 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. e9b7ac22fa802bf1e1fd08a26c7ae2e1580ffadd X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 93538bdb512831e9e9175b2c5c0bfb1527407b79 X-Git-Newrev: e9b7ac22fa802bf1e1fd08a26c7ae2e1580ffadd Message-Id: <20200517134210.2955F385BF81@sourceware.org> Date: Sun, 17 May 2020 13:42:10 +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: Sun, 17 May 2020 13:42:10 -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 e9b7ac22fa802bf1e1fd08a26c7ae2e1580ffadd (commit) via bb406fa02b9a9c47861bc2246513c198bffc90bb (commit) from 93538bdb512831e9e9175b2c5c0bfb1527407b79 (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 e9b7ac22fa802bf1e1fd08a26c7ae2e1580ffadd Author: Gerald Pfeifer Date: Sun May 17 15:40:59 2020 +0200 Use instead of for the C++ ABI changes. diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html index 2a94b13d..af40b3ad 100644 --- a/htdocs/gcc-10/changes.html +++ b/htdocs/gcc-10/changes.html @@ -411,7 +411,7 @@ int get_naïve_pi() { namespaces too.
  • - The ABI + The ABI of passing and returning certain C++ classes by value changed on several targets in GCC 10, including AArch64, commit bb406fa02b9a9c47861bc2246513c198bffc90bb Author: Gerald Pfeifer Date: Sat May 16 18:14:36 2020 +0200 Further markup fixes, properly closing elements. diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html index ce2efe00..2a94b13d 100644 --- a/htdocs/gcc-10/changes.html +++ b/htdocs/gcc-10/changes.html @@ -805,17 +805,17 @@ typedef svbool_t pred512 __attribute__((arm_sve_vector_bits(512))); now supports this option.
  • Support for the - Armv8.1-M Mainline Architecture has been added.
  • + Armv8.1-M Mainline Architecture has been added.
    • Armv8.1-M Mainline can be enabled by using the - -march=armv8.1-m.main command-line option.
    • -
    + -march=armv8.1-m.main command-line option. +
  • Support for the MVE beta ACLE intrinsics has been added. These intrinsics can be enabled by including the arm_mve.h header file and passing the - +mve or +mve.fp option extensions (for - example: -march=armv8.1-m.main+mve).
  • + +mve or +mve.fp option extensions (for + example: -march=armv8.1-m.main+mve).
  • Support for the Custom Datapath Extension beta ACLE intrinsics has been added.
  • ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-10/changes.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) hooks/post-receive -- gcc-wwwdocs