From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id E0E103858D20; Sun, 25 Dec 2022 11:50:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E0E103858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1671969057; bh=VHxdDrT4YTRxd99uT1rneDvaCb3p0/j/mGx1INqqMTw=; h=To:Subject:Date:From:From; b=ROgtObBpcrd2aSlkoDgDE+JiiRDJv7Fu8L69MFlscY7KGWt0lJA1MacuhuPY5cIhj atq1UvdTZPX/f4yRbMPiZARqIoc5d5FlF70k5yMPMAzyaM5BTV9yrYve0Q5lLIapho czZDcCyxM9MmNSKG4NDFOCjotuWjO1OS1yfr3GFc= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 24ef6cf75f622896223d75ff708a734794cd48ba X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: c9405c9970b26781e6b2ef470160262630372ee2 X-Git-Newrev: 24ef6cf75f622896223d75ff708a734794cd48ba Message-Id: <20221225115057.E0E103858D20@sourceware.org> Date: Sun, 25 Dec 2022 11:50:57 +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 24ef6cf75f622896223d75ff708a734794cd48ba (commit) from c9405c9970b26781e6b2ef470160262630372ee2 (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 24ef6cf75f622896223d75ff708a734794cd48ba Author: Gerald Pfeifer Date: Sun Dec 25 12:49:18 2022 +0100 gcc-12: Spelling fixes diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html index 30fa4d6e..b3775f82 100644 --- a/htdocs/gcc-12/changes.html +++ b/htdocs/gcc-12/changes.html @@ -252,7 +252,7 @@ You may also want to check out our will "slide" to the correct lower bound of the subtype. -
  • Generalized Object.Operand notation. The follwing +
  • Generalized Object.Operand notation. The following code is now valid V.Add_Element(42);, with V being a vector, for example.
  • Additional when constructs. Keywords @@ -551,13 +551,13 @@ function Multiply (S1, S2 : Sign) return Sign is
  • -fcheck=, enables or disables the code generation of specific run-time contract checks.
  • -
  • -fcheckaction=, controls the run-time behaviour on an +
  • -fcheckaction=, controls the run-time behavior on an assert, array bounds check, or final switch contract failure. The default is -fcheckaction=throw.
  • -fdump-c++-spec=, dumps all compiled extern(C++) declarations as C++ code to the given file. - The supplimentary option -fdump-c++-spec-verbose turns on + The supplementary option -fdump-c++-spec-verbose turns on emission of comments for ignored declarations in the generated spec.
  • -fextern-std=, controls which C++ standard @@ -611,7 +611,7 @@ function Multiply (S1, S2 : Sign) return Sign is option now selects the IEEE 128-bit floating point format for REAL(KIND=16). R16_IBM and R16_IEEE have been added to the - -fconvert option, the CONVERT specifyer of + -fconvert option, the CONVERT specifier of the OPEN statement and the GFORTRAN_CONVERT_UNIT environment variable.
  • @@ -625,7 +625,7 @@ function Multiply (S1, S2 : Sign) return Sign is
    • The libgccjit API gained 30 new entry points: @@ -984,7 +984,7 @@ function Multiply (S1, S2 : Sign) return Sign is "tainted" values, for consistency with the new warnings.

      A new __attribute__ ((tainted_args)) has been - added to the C and C++ frontends, usable on functions, and on + added to the C and C++ front ends, usable on functions, and on function pointer callback fields in structs. The analyzer's taint mode will treat all parameters and buffers pointed to by parameters of such functions as being attacker-controlled, such as for ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-12/changes.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) hooks/post-receive -- gcc-wwwdocs