From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,ab36006a122bb868 X-Google-Attributes: gid103376,public From: "Robert I. Eachus" Subject: Re: Overlay allowability Date: 2000/05/03 Message-ID: <390FAA39.7C7CBC4E@earthlink.net>#1/1 X-Deja-AN: 618555296 Content-Transfer-Encoding: 7bit References: <390D94FB.D23390D4@lmco.com> <390DCBB2.CE2C1609@averstar.com> X-Accept-Language: en,pdf Content-Type: text/plain; charset=us-ascii X-Complaints-To: abuse@earthlink.net X-Trace: newsread2.prod.itd.earthlink.net 957327885 63.24.55.141 (Tue, 02 May 2000 21:24:45 PDT) Organization: The MITRE Corporation MIME-Version: 1.0 NNTP-Posting-Date: Tue, 02 May 2000 21:24:45 PDT Newsgroups: comp.lang.ada Date: 2000-05-03T00:00:00+00:00 List-Id: Tucker Taft wrote: > N'Size is probably going to be 31 on your typical 32-bit computer. I know that Natural'Size is probably 31, but I thought that N'Size would normally be 32. "...The Size of an object is at least as large as that of its subtype, unless..." RM 13.3(48) So I always assumed that the Natural'Size glitch only applied to the subtype. I guess a compiler could return 32 for N'Size, does anyone know of a compiler that does so? (Or in general returns wordsize-1 as the size for standalone objects of subtype Natural.)