From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id C9F55385803E; Sat, 16 Apr 2022 13:24:35 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C9F55385803E To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 1dcdebb413c2d6a324b277b8b23d8ae5582a4c91 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: adefeb2b20b4bce5575bd550a48cb476e001987f X-Git-Newrev: 1dcdebb413c2d6a324b277b8b23d8ae5582a4c91 Message-Id: <20220416132435.C9F55385803E@sourceware.org> Date: Sat, 16 Apr 2022 13:24:35 +0000 (GMT) From: Gerald Pfeifer 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: Sat, 16 Apr 2022 13:24:35 -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 1dcdebb413c2d6a324b277b8b23d8ae5582a4c91 (commit) via 771ba5f8386afe082d41f47d504b405784785ac7 (commit) from adefeb2b20b4bce5575bd550a48cb476e001987f (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 1dcdebb413c2d6a324b277b8b23d8ae5582a4c91 Author: Gerald Pfeifer Date: Sat Apr 16 07:24:03 2022 -0600 frontends: Move www.gnu-pascal.de to https diff --git a/htdocs/frontends.html b/htdocs/frontends.html index 748ca182..3aa06bbb 100644 --- a/htdocs/frontends.html +++ b/htdocs/frontends.html @@ -29,7 +29,7 @@ are very mature.

    -
  • GNU Pascal Compiler (GPC).
  • +
  • GNU Pascal Compiler (GPC).
  • Mercury, commit 771ba5f8386afe082d41f47d504b405784785ac7 Author: Gerald Pfeifer Date: Sat Apr 16 07:12:53 2022 -0600 gcc-12: Fix two markup issues diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html index 9daf3c51..4f904bfd 100644 --- a/htdocs/gcc-12/changes.html +++ b/htdocs/gcc-12/changes.html @@ -221,14 +221,14 @@ a work-in-progress.

    exit when. The following expression is therefore now valid raise Constraint_Error with "Element is null" when Element = null;
  • -
  • Pattern matching
  • +
  • Pattern matching
    • The case statement has been extended to cover 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 pattern matching. An example would - be
      +        be 
       type Sign is (Neg, Zero, Pos);
       
       function Multiply (S1, S2 : Sign) return Sign is
      @@ -236,7 +236,7 @@ function Multiply (S1, S2 : Sign) return Sign is
            when (Neg, Neg) | (Pos, Pos) => Pos,
            when (Zero, <>) | (<>, Zero) => Zero,
            when (Neg, Pos) | (Pos, Neg) => Neg);
      -        
    • +
----------------------------------------------------------------------- Summary of changes: htdocs/frontends.html | 2 +- htdocs/gcc-12/changes.html | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) hooks/post-receive -- gcc-wwwdocs