From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2078) id 84E2E3858C60; Fri, 9 Feb 2024 02:49:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 84E2E3858C60 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1707446990; bh=ydLi+sfCmmTvKIxKzHu2Tg62V8kDUIJ55fD5ShCbM2s=; h=To:Subject:Date:From:From; b=M+bZCCNH7CjzQCC5X05GYDa2P3BIehDI5BE7H51hL+WAIfqv3hmrs8sZpexb/OduJ QWffkUHlNuh529CCjHs9pTB+6qL9rmAKfVe1BXMhy4e2Gt+Fi7T9Cw/KGR0pwQIUEN zdlSnPT2UL/g4HWk30hcDRLVHGLECJpAMWjnEqmU= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. e5f9b13eaca1baf31abcbdc9422a7ac23cf16155 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 8614af6cc6f3cfbc588d17e7dabbfde4ed73c6a1 X-Git-Newrev: e5f9b13eaca1baf31abcbdc9422a7ac23cf16155 Message-Id: <20240209024950.84E2E3858C60@sourceware.org> Date: Fri, 9 Feb 2024 02:49:50 +0000 (GMT) From: hongtao Liu List-Id: 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 e5f9b13eaca1baf31abcbdc9422a7ac23cf16155 (commit) from 8614af6cc6f3cfbc588d17e7dabbfde4ed73c6a1 (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 e5f9b13eaca1baf31abcbdc9422a7ac23cf16155 Author: liuhongt Date: Thu Feb 8 16:38:01 2024 +0800 Hardware-assisted AddressSanitizer now works for x86_64 with LAM_U57 diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html index dbc77493..6be7457b 100644 --- a/htdocs/gcc-14/changes.html +++ b/htdocs/gcc-14/changes.html @@ -499,6 +499,11 @@ a work-in-progress.

-march=knm, -mtune=knl or -mtune=knm compiler switches. Support will be removed in GCC 15. +
  • Hardware-assisted + AddressSanitizer now works for the x86-64 target with LAM_U57. + -fsanitize=hwaddress will enable -mlam=u57 + by default. +
  • ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-14/changes.html | 5 +++++ 1 file changed, 5 insertions(+) hooks/post-receive -- gcc-wwwdocs