From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1499) id C3E7138CCDF0; Sun, 11 Dec 2022 11:35:11 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C3E7138CCDF0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1670758511; bh=dNYebu8P+qN4ZI3cxJ8BkR7c4QpU5XjlOxvpNvM7U9U=; h=From:To:Subject:Date:From; b=I/OuoBIq6YZmwFYguivN/odWaED5hZTzcz+T8VllLLrXq7fUBH5Dw1fVuEiM7xol6 eP4vh2XWCGYb2Iwzp8TXXdareMA7D47R1l0b/C5dxXbd6N+mQmJSXShEyh/FCi2CsJ yKGpBGqL3OygJ4+j08NgOhptzfLE7uMDjrlmdfU8= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Gaius Mulley To: gcc-cvs@gcc.gnu.org Subject: [gcc/devel/modula-2] gcc/doc/gm2.texi sub range. X-Act-Checkin: gcc X-Git-Author: Gaius Mulley X-Git-Refname: refs/heads/devel/modula-2 X-Git-Oldrev: f6984c8112c22afb86cfff0a03e5a1fdfe13e942 X-Git-Newrev: fd7e0571835d88fec8e861771e94bcc893be536b Message-Id: <20221211113511.C3E7138CCDF0@sourceware.org> Date: Sun, 11 Dec 2022 11:35:11 +0000 (GMT) List-Id: https://gcc.gnu.org/g:fd7e0571835d88fec8e861771e94bcc893be536b commit fd7e0571835d88fec8e861771e94bcc893be536b Author: Gaius Mulley Date: Sun Dec 11 11:31:18 2022 +0000 gcc/doc/gm2.texi sub range. The data type subrange should not be split into two words. gcc/ChangeLog: * doc/gm2.texi: Revert (sub range) back to subrange. Signed-off-by: Gaius Mulley Diff: --- gcc/doc/gm2.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/doc/gm2.texi b/gcc/doc/gm2.texi index 576e9e994bc..aa02a772eb1 100644 --- a/gcc/doc/gm2.texi +++ b/gcc/doc/gm2.texi @@ -474,7 +474,7 @@ created all pointers declared within this scope will have their addresses assigned to NIL. @item -fbounds -turns on run time sub range, array index and indirection via @code{NIL} +turns on run time subrange, array index and indirection via @code{NIL} pointer checking. @item -fcase