From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2206) id 474433858C74; Thu, 27 Jan 2022 10:45:00 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 474433858C74 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 829c505d5214d300cd4d5c67bdd6041f7128e3fc X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 956e42549676172be23a0a3e11d98fc0b9e8b340 X-Git-Newrev: 829c505d5214d300cd4d5c67bdd6041f7128e3fc Message-Id: <20220127104500.474433858C74@sourceware.org> Date: Thu, 27 Jan 2022 10:45:00 +0000 (GMT) From: Siddhesh Poyarekar 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: Thu, 27 Jan 2022 10:45:00 -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 829c505d5214d300cd4d5c67bdd6041f7128e3fc (commit) from 956e42549676172be23a0a3e11d98fc0b9e8b340 (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 829c505d5214d300cd4d5c67bdd6041f7128e3fc Author: Siddhesh Poyarekar Date: Thu Jan 27 15:57:19 2022 +0530 Document __builtin_dynamic_object_size addition for GCC 12 Signed-off-by: Siddhesh Poyarekar diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html index c69b301e..c6baee75 100644 --- a/htdocs/gcc-12/changes.html +++ b/htdocs/gcc-12/changes.html @@ -157,6 +157,8 @@ a work-in-progress.

  • A new built-in function, __builtin_assoc_barrier, was added. It can be used to inhibit re-association of floating-point expressions.
  • +
  • Support for __builtin_dynamic_object_size compatible with + the clang language extension was added.
  • New warnings:
    • -Wbidi-chars warns about potentially misleading UTF-8 ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-12/changes.html | 2 ++ 1 file changed, 2 insertions(+) hooks/post-receive -- gcc-wwwdocs