From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id E04F03858D3C; Thu, 14 Apr 2022 05:09:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E04F03858D3C To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. adefeb2b20b4bce5575bd550a48cb476e001987f X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 67c72bb30309882ce465519e97fb14592d18ff2c X-Git-Newrev: adefeb2b20b4bce5575bd550a48cb476e001987f Message-Id: <20220414050952.E04F03858D3C@sourceware.org> Date: Thu, 14 Apr 2022 05:09:52 +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: Thu, 14 Apr 2022 05:09:53 -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 adefeb2b20b4bce5575bd550a48cb476e001987f (commit) from 67c72bb30309882ce465519e97fb14592d18ff2c (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 adefeb2b20b4bce5575bd550a48cb476e001987f Author: Gerald Pfeifer Date: Wed Apr 13 23:09:00 2022 -0600 gcc-12: More < and > escaping diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html index 057d1274..9daf3c51 100644 --- a/htdocs/gcc-12/changes.html +++ b/htdocs/gcc-12/changes.html @@ -233,9 +233,9 @@ type Sign is (Neg, Zero, Pos); function Multiply (S1, S2 : Sign) return Sign is (case (S1, S2) is - when (Neg, Neg) | (Pos, Pos) => Pos, - when (Zero, <>) | (<>, Zero) => Zero, - when (Neg, Pos) | (Pos, Neg) => Neg); + when (Neg, Neg) | (Pos, Pos) => Pos, + when (Zero, <>) | (<>, Zero) => Zero, + when (Neg, Pos) | (Pos, Neg) => Neg); ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-12/changes.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) hooks/post-receive -- gcc-wwwdocs