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,39573b6047875874 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-01-21 11:40:05 PST Newsgroups: comp.lang.ada Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!snoopy.risq.qc.ca!newsfeed.news2me.com!newsfeed2.easynews.com!newsfeed1.easynews.com!easynews.com!easynews!uunet!dfw.uu.net!ash.uu.net!world!news From: Robert A Duff Subject: Re: Unchecked_Conversion and alignment User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Sender: news@world.std.com (Mr Usenet Himself) Message-ID: Date: Tue, 21 Jan 2003 19:39:03 GMT Content-Type: text/plain; charset=us-ascii References: <3e2cf0e4$0$33922$bed64819@news.gradwell.net> NNTP-Posting-Host: shell01.theworld.com Mime-Version: 1.0 Organization: The World Public Access UNIX, Brookline, MA Xref: archiver1.google.com comp.lang.ada:33316 Date: 2003-01-21T19:39:03+00:00 List-Id: porton@ex-code.com (Victor Porton) writes: > 13.9.5 requests "S'Alignment = Target'Alignment" (for source and target > of Unchecked_Conversion). > > So, it appears impossible to keep several objects of arbitrary types in > an array of an array of System.Storage_Elements.Storage_Array (as these > alignments are not necessarily equal). > > To bad! It would be right to lessen the Standard request to only that > S'Address mod Target'Alignment = 0. That's a good point. You should send a comment to the ARG. - Bob