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,FREEMAIL_FROM, INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,27e95161b8834d15 X-Google-Attributes: gid103376,public From: Mats Weber Subject: Re: Character/Integer Conversion Date: 2000/04/04 Message-ID: <38EA18EE.1C3D9D2F@mail.com>#1/1 X-Deja-AN: 606627478 Content-Transfer-Encoding: 7bit References: <8c3a6e$q5p$1@nnrp1.deja.com> <8ca7k8$v2q$1@nnrp1.deja.com> <8cajeh$css$1@nnrp1.deja.com> X-Accept-Language: en Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@sunrise.ch X-Trace: news1.sunrise.ch 954865903 23108 195.141.231.162 (4 Apr 2000 16:31:43 GMT) Organization: Usenet provided by sunrise communications ag Mime-Version: 1.0 NNTP-Posting-Date: 4 Apr 2000 16:31:43 GMT Newsgroups: comp.lang.ada Date: 2000-04-04T16:31:43+00:00 List-Id: Robert Dewar wrote: > One more trouble with the above declarations is that there > is no guarantee that the address of an array is necessarily > the address of the first element. The above declarations > may simply result in overlaying dope vectors with peculiar > results! This should not be a problem anymore with Ada 95, as there is an implementation advice saying that an array's 'Address should point to the contents, not the dope.