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,9d0a6d42d2076a13 X-Google-Attributes: gid103376,public From: dewar@merv.cs.nyu.edu (Robert Dewar) Subject: Re: aliased & packed? Date: 1997/05/10 Message-ID: #1/1 X-Deja-AN: 240812787 References: <33734C0C.6904@bix.com> Organization: New York University Newsgroups: comp.lang.ada Date: 1997-05-10T00:00:00+00:00 List-Id: Tom Moran said <> I don't understand, what is Image? The whole array? Of course you can take the access of a packed array, but then the *array* needs to be aliased, not its components. The components only need to be aliased if you need the access of individual array elements, but clearly that makes no sense if the elements are on arbitrary bit boundaries. If what you want to do makes sense here, it can be done, please explain more clearly what you are trying to do precisely!