From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2153) id 9D301393A412; Wed, 26 Apr 2023 06:58:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9D301393A412 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1682492318; bh=StaFQwKxpgz+0Tei1q6fIDW8lGlEMuuwOANAHW+J1n8=; h=To:Subject:Date:From:From; b=JcMqdChUwKYRXvuPCns11NV6hL6Rv1LTe0/2gRc+ISlNIdX9ydnp38RchR44I63xW qDfUe1BDEEqUdUGp+u/YiP5Oh4mxXMcFV4TrUxFSdDu/9ey7oz7/neMyC76hx7v+fH 2iowTkaQV1yC1TM3WRLkt30dgUbQvmOggPSRN6nM= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 5756e2f89e367eb90c86093b9fda5819380af00a X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: f5cdce10bb47b1efe72680869080a8beb5d9cd43 X-Git-Newrev: 5756e2f89e367eb90c86093b9fda5819380af00a Message-Id: <20230426065838.9D301393A412@sourceware.org> Date: Wed, 26 Apr 2023 06:58:38 +0000 (GMT) From: Jakub Jelinek 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 5756e2f89e367eb90c86093b9fda5819380af00a (commit) from f5cdce10bb47b1efe72680869080a8beb5d9cd43 (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 5756e2f89e367eb90c86093b9fda5819380af00a Author: Jakub Jelinek Date: Wed Apr 26 08:57:59 2023 +0200 Point into 13.1.0 onlinedocs instead of trunk. diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html index 4515a6af..87a43ea7 100644 --- a/htdocs/gcc-13/changes.html +++ b/htdocs/gcc-13/changes.html @@ -45,18 +45,18 @@ a work-in-progress.

supported, either.)
  • Legacy debug info compression option -gz=zlib-gnu was removed and the option is ignored right now.
  • -
  • -Warray-bounds=2 +
  • -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 -fstrict-flex-arrays.
  • -
  • -fanalyzer +
  • -fanalyzer is still only suitable for analyzing C code. In particular, using it on C++ is unlikely to give meaningful output.
  • In the arm port, support for the iWMMXt extensions, enabled through -mcpu=iwmmxt, has been deprecated and will be removed in a future release. This includes support for the - + iWMMXt built-in functions.
  • @@ -140,10 +140,10 @@ a work-in-progress.

  • GCC can now emit its diagnostics using SARIF. This is a JSON-based format suited for capturing the results of static - analysis tools (like GCC's -fanalyzer), + analysis tools (like GCC's -fanalyzer), but it can also be used to capture other GCC warnings and errors in a machine-readable format. - Specifically, the -fdiagnostics-format= + Specifically, the -fdiagnostics-format= option has been extended to support these new values: @@ -460,7 +460,7 @@ a work-in-progress.

    AMD Radeon (GCN)