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-Thread: a07f3367d7,826cd690cb6a7585 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!npeer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!nntp.club.cc.cmu.edu!feeder.erje.net!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Address and bit mask Date: Tue, 30 Aug 2011 17:32:41 +0100 Organization: A noiseless patient Spider Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: mx04.eternal-september.org; posting-host="dFCm8HWntFqmDIilBLqEJQ"; logging-data="14936"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+Y03w6QM+TmSbJ158gLTa4Gwc0CNEgGJE=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (darwin) Cancel-Lock: sha1:hNHGNGzoKkfIB5zXFm2atkDSQl4= sha1:ArThvhyLHKBvmY/i//Fgfa3N8CM= Xref: g2news1.google.com comp.lang.ada:20756 Date: 2011-08-30T17:32:41+01:00 List-Id: tmoran@acm.org writes: >> for Aligned_Char'Alignment use 16#1000#; >> ... >> alignment.adb:6:35: warning: suspiciously large alignment specified for "Aligned_Char" > I don't see it right now, but didn't someone say we want 8 byte > alignment, ie 2#1000#, not 16#1000#? I don't think so; milouz just wrote ALIGN_MASK.