From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1851) id 9B9AB3BF90F8; Tue, 24 May 2022 18:55:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9B9AB3BF90F8 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. e8bdc4b83257648e9197e649ea240ffbf5fbe7e1 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: f55f35c86c68143a2b148c66e4b0b560c852ce6f X-Git-Newrev: e8bdc4b83257648e9197e649ea240ffbf5fbe7e1 Message-Id: <20220524185520.9B9AB3BF90F8@sourceware.org> Date: Tue, 24 May 2022 18:55:20 +0000 (GMT) From: Martin Liska 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: Tue, 24 May 2022 18:55:20 -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 e8bdc4b83257648e9197e649ea240ffbf5fbe7e1 (commit) from f55f35c86c68143a2b148c66e4b0b560c852ce6f (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 e8bdc4b83257648e9197e649ea240ffbf5fbe7e1 Author: Martin Liska Date: Tue May 24 14:39:49 2022 +0200 Document ASAN changes for GCC 13. diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html index 6c5b2a37..4aba9917 100644 --- a/htdocs/gcc-13/changes.html +++ b/htdocs/gcc-13/changes.html @@ -47,6 +47,10 @@ a work-in-progress.

non-rectangular loop nests, which were added for C/C++ in GCC 11. +
  • + AddressSanitizer defaults to detect_stack_use_after_return=1 on GNU/Linux target. + For compatibility, it can be disabled with env ASAN_OPTIONS=detect_stack_use_after_return=0. +
  • ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-13/changes.html | 4 ++++ 1 file changed, 4 insertions(+) hooks/post-receive -- gcc-wwwdocs