From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-65-14.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=BAYES_05,FORGED_GMAIL_RCVD, FREEMAIL_FROM,NICE_REPLY_A,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 Path: eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail From: Rod Kay Newsgroups: comp.lang.ada Subject: Re: Ada array contiguity. Date: Thu, 2 Mar 2023 00:22:25 +1100 Organization: A noiseless patient Spider Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Wed, 1 Mar 2023 13:21:58 -0000 (UTC) Injection-Info: reader01.eternal-september.org; posting-host="fca8f4947bc451b23e74f69ed4afd604"; logging-data="4165841"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+GZg+qs3j/WbjeWCp3NK1FvxxIX/0QIw8=" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.8.0 Cancel-Lock: sha1:qBBXt7eZIfXvI9tm3rMwIXLFyR8= In-Reply-To: Content-Language: en-US Xref: reader01.eternal-september.org comp.lang.ada:64991 List-Id: Thank you all for the replies. To summarise then, contiguity is not guaranteed unless the array is of convention C, convention Fortran or representation clauses are applied. Regards.