From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1147) id E8EA23858C52; Thu, 19 Jan 2023 12:21:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E8EA23858C52 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1674130880; bh=e4LEBjvv3q5481IV6iZigYDVJbcRcmAlh1ROjtmA8Tw=; h=To:Subject:Date:From:From; b=FNEw6Ug72t5obnANtZeoRp2TJDOhO5e1a95lMWkkj6wTzpliYf60c0Yevg1dCMPZ/ ubVodf+gGS6qZT8w6yjBGNdIrKSeGRV7d9mej1dhM0wKMkkGVWoK7nZBf00ZHiq1ZM sQp1uCksBhGvH+PBCU6kegOaa3LaZaUkJT20Ss+U= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 9e129813b9adedc80b2d7c16d210f17045a47b44 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: af1de6d37c28c50f4a3ccb659e0bd9dc4ab625d9 X-Git-Newrev: 9e129813b9adedc80b2d7c16d210f17045a47b44 Message-Id: <20230119122120.E8EA23858C52@sourceware.org> Date: Thu, 19 Jan 2023 12:21:20 +0000 (GMT) From: Rainer Orth 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 9e129813b9adedc80b2d7c16d210f17045a47b44 (commit) from af1de6d37c28c50f4a3ccb659e0bd9dc4ab625d9 (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 9e129813b9adedc80b2d7c16d210f17045a47b44 Author: Rainer Orth Date: Thu Jan 19 13:20:29 2023 +0100 gcc-13: Move -gz=zstd to General Improvements diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html index 7047e742..ba42170c 100644 --- a/htdocs/gcc-13/changes.html +++ b/htdocs/gcc-13/changes.html @@ -45,7 +45,6 @@ a work-in-progress.

supported, either.)
  • Legacy debug info compression option -gz=zlib-gnu was removed and the option is ignored right now.
  • -
  • New debug info compression option value -gz=zstd has been added.
  • -Warray-bounds=2 will no longer issue warnings for out of bounds accesses to trailing struct members of one-element array type anymore. Instead it diagnoses accesses to trailing arrays according to @@ -107,6 +106,7 @@ a work-in-progress.

    AddressSanitizer defaults to detect_stack_use_after_return=1 on GNU/Linux targets. For compatibility, it can be disabled with env ASAN_OPTIONS=detect_stack_use_after_return=0.
  • +
  • New debug info compression option value -gz=zstd has been added.
  • Link-time optimization improvements:
      ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-13/changes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs