From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1328) id F2C753858C56; Tue, 12 Apr 2022 09:16:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F2C753858C56 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 825e08cc639eb27289f8700431438d0909be10dc X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 3ef70e31b37efaa93cff05c4c9175e15f6bdd7aa X-Git-Newrev: 825e08cc639eb27289f8700431438d0909be10dc Message-Id: <20220412091644.F2C753858C56@sourceware.org> Date: Tue, 12 Apr 2022 09:16:44 +0000 (GMT) From: Arnaud Charlet 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, 12 Apr 2022 09:16:45 -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 825e08cc639eb27289f8700431438d0909be10dc (commit) from 3ef70e31b37efaa93cff05c4c9175e15f6bdd7aa (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 825e08cc639eb27289f8700431438d0909be10dc Author: Arnaud Charlet Date: Tue Apr 12 09:16:36 2022 +0000 Fix typo diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html index 3c7a3649..4652304d 100644 --- a/htdocs/gcc-12/changes.html +++ b/htdocs/gcc-12/changes.html @@ -227,7 +227,7 @@ a work-in-progress.

records and arrays as well as finer grained casing on scalar types. In the future it is expected to provide more compile time guarantees when accessing discriminated fields. Case - exhaustion is supported for patter matching. An example would + exhaustion is supported for pattern matching. An example would be
 type Sign is (Neg, Zero, Pos);
 

-----------------------------------------------------------------------

Summary of changes:
 htdocs/gcc-12/changes.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
gcc-wwwdocs