From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2028) id 9167D3858D1E; Thu, 3 Aug 2023 13:59:34 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9167D3858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1691071174; bh=QnvxjsaJxRcHAlZhBYljDix84kRyd3OrEd9lNQOmS/s=; h=To:Subject:Date:From:From; b=hv1uPWkhNzu3OICIRAz6DS2H/6YrSb1Coua4+7xeJW4RfdCfuanFnATHow8/FA5lk AFjPWtacaWJbjkEUNqxTvd/EWOiEigwkGdslMdh/zpSNmAWx4ebTp6uXNEirW526/1 NCtmgbnJM2XIIMuKpOG9z5MEzgimQ7/3FHqIZL6Y= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. daec8707932f2049a4834166a93ca9cc7fe19224 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 5b9a2f102647fd26ac63f483e1d54377f956ce7e X-Git-Newrev: daec8707932f2049a4834166a93ca9cc7fe19224 Message-Id: <20230803135934.9167D3858D1E@sourceware.org> Date: Thu, 3 Aug 2023 13:59:34 +0000 (GMT) From: Qing Zhao 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 daec8707932f2049a4834166a93ca9cc7fe19224 (commit) from 5b9a2f102647fd26ac63f483e1d54377f956ce7e (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 daec8707932f2049a4834166a93ca9cc7fe19224 Author: Qing Zhao Date: Thu Aug 3 13:59:21 2023 +0000 gcc-13/changes.html: Add and fix URL to -fstrict-flex-array option. diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html index c1486563..10c54689 100644 --- a/htdocs/gcc-13/changes.html +++ b/htdocs/gcc-13/changes.html @@ -46,7 +46,7 @@ You may also want to check out our 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. + -fstrict-flex-arrays.
  • -fanalyzer is still only suitable for analyzing C code. In particular, using it on C++ is unlikely to give meaningful output.
  • @@ -213,7 +213,7 @@ You may also want to check out our flexible array member for the purpose of accessing the elements of such an array. By default, all trailing arrays in aggregates are treated as flexible array members. Use the new command-line option - -fstrict-flex-arrays + -fstrict-flex-arrays to control which array members are treated as flexible arrays. ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-13/changes.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- gcc-wwwdocs