From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id 492B93816B30; Wed, 5 Jun 2024 05:13:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 492B93816B30 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1717564438; bh=6coTSz5+fDWG2M4JThrOd7qo0L901HYu2vrXZXMshkc=; h=To:Subject:Date:From:From; b=QAX3dhlgE2UyQe5OWfSnQ8KCiXa0Ex0sybYPiG2yWRuIEXsbALQ3Xykik/4IdYhRd UIEBpjvzz+OisZ/ktmRaig5mtkHoAIEvlmkNXSETe6gKAwmnuULC2kL2lew2nNw8LJ XFy4oxwLRWc2SAzjafpdxcEhaQ7UnLuJpkKMfnSs= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 1db5b34eb8cf47f070f643f993d835149bce2ec7 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: b70633d48603da6175aaa1ba0157bd451d7c0c18 X-Git-Newrev: 1db5b34eb8cf47f070f643f993d835149bce2ec7 Message-Id: <20240605051358.492B93816B30@sourceware.org> Date: Wed, 5 Jun 2024 05:13:58 +0000 (GMT) From: Gerald Pfeifer 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 1db5b34eb8cf47f070f643f993d835149bce2ec7 (commit) from b70633d48603da6175aaa1ba0157bd451d7c0c18 (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 1db5b34eb8cf47f070f643f993d835149bce2ec7 Author: Gerald Pfeifer Date: Wed Jun 5 07:13:22 2024 +0200 gcc-14: Make GCC 11-related link relative diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html index 7a5eb449..9a1b0c8a 100644 --- a/htdocs/gcc-14/changes.html +++ b/htdocs/gcc-14/changes.html @@ -971,7 +971,7 @@ __asm (".global __flmap_lock" "\n\t" -march=knm, -mtune=knl or -mtune=knm compiler switches. Support will be removed in GCC 15. -
  • Hardware-assisted +
  • 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs