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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,4dd5c7301163bec5 X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news4.google.com!news.germany.com!aioe.org!news.stack.nl!feeds.news.ox.ac.uk!news.ox.ac.uk!feed2.jnfs.ja.net!feed4.jnfs.ja.net!jnfs.ja.net!xara.net!gxn.net!194.159.246.34.MISMATCH!peer-uk.news.demon.net!kibo.news.demon.net!news.demon.co.uk!demon!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Misaligned address error Date: Fri, 07 Sep 2007 23:52:10 +0100 Organization: Pushface Message-ID: References: <1189199157.591747.278390@r34g2000hsd.googlegroups.com> NNTP-Posting-Host: pogner.demon.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: news.demon.co.uk 1189205531 796 62.49.19.209 (7 Sep 2007 22:52:11 GMT) X-Complaints-To: abuse@demon.net NNTP-Posting-Date: Fri, 7 Sep 2007 22:52:11 +0000 (UTC) Cancel-Lock: sha1:FYYiB8wj1iIcJjQH+fT0lPjn3f8= User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (darwin) Xref: g2news2.google.com comp.lang.ada:1807 Date: 2007-09-07T23:52:10+01:00 List-Id: Simon Wright writes: > there is an attribute (possibly GNAT-special) which tells you the > maximum alignment required by the processor Standard'Maximum_Alignment (Standard is the only permissible prefix) provides the maximum useful alignment value for the target. This is a static value that can be used to specify the alignment for an object, guaranteeing that it is properly aligned in all cases.