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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,6d748e86b56b1269 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-01-27 11:05:22 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.isc.org!sjc70.webusenet.com!news.webusenet.com!newsfeed2.earthlink.net!newsfeed.earthlink.net!stamper.news.pas.earthlink.net!newsread2.prod.itd.earthlink.net.POSTED!not-for-mail Message-ID: <3E3582E4.2040001@acm.org> From: Jeffrey Carter User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.0.0) Gecko/20020530 X-Accept-Language: en-us, en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Prefix to 'ACCESS must either statically match... But why? References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Date: Mon, 27 Jan 2003 19:05:20 GMT NNTP-Posting-Host: 63.184.104.183 X-Complaints-To: abuse@earthlink.net X-Trace: newsread2.prod.itd.earthlink.net 1043694320 63.184.104.183 (Mon, 27 Jan 2003 11:05:20 PST) NNTP-Posting-Date: Mon, 27 Jan 2003 11:05:20 PST Organization: EarthLink Inc. -- http://www.EarthLink.net Xref: archiver1.google.com comp.lang.ada:33462 Date: 2003-01-27T19:05:20+00:00 List-Id: Grein, Christoph wrote: > > Objects of Stream_Element_Array have their bounds stored. > Objects of Stream_Element_Array ( 1 .. 3 ) have no bounds stored, the bounds are > known at compile time. Whether an implementation stores the bounds of an array subtype is not specified by the ARM. Nothing prevent an implement from not storing the bounds of an object of an unconstrained subtype nor from storing the bounds of a constrained subtype, provided that all operations of array subtypes work properly. -- Jeff Carter "C++ is like giving an AK-47 to a monk, shooting him full of crack and letting him loose in a mall and expecting him to balance your checking account 'when he has the time.'" Drew Olbrich