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=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,b9c1962801ad6b73 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-01-22 23:01:23 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!nntp.cs.ubc.ca!freenix!enst.fr!not-for-mail From: "Grein, Christoph" Newsgroups: comp.lang.ada Subject: Re: Fussy Standard: what is modulo Address? Date: Thu, 23 Jan 2003 07:53:21 +0100 (MET) Organization: ENST, France Message-ID: Reply-To: "Grein, Christoph" , "comp.lang.ada mail to news gateway" NNTP-Posting-Host: marvin.enst.fr Mime-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii X-Trace: avanie.enst.fr 1043305282 2043 137.194.161.2 (23 Jan 2003 07:01:22 GMT) X-Complaints-To: usenet@enst.fr NNTP-Posting-Date: Thu, 23 Jan 2003 07:01:22 +0000 (UTC) To: comp.lang.ada@ada.eu.org Return-Path: X-Authentication-Warning: mail.eurocopter.com: uucp set sender to using -f Content-MD5: VzmwCcXpsl0s8ofv1oeEwg== X-Mailer: dtmail 1.2.1 CDE Version 1.2.1 SunOS 5.6 sun4u sparc X-BeenThere: comp.lang.ada@ada.eu.org X-Mailman-Version: 2.1 Precedence: list List-Id: comp.lang.ada mail to news gateway List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Xref: archiver1.google.com comp.lang.ada:33364 Date: 2003-01-23T07:53:21+01:00 > > The reason I put it in the AARM only is that I thought it was obvious > > what it must mean. What else could "address modulo mumble" mean besides > > the "mod" operator on type Address? So I disagree that it's a bug. > > It also may mean about the value of 'Address attribute which is > universal integer, not System.Address. ???? RM 13.3(11) ... The value of this attribute is of type System.Address.