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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.68.216.225 with SMTP id ot1mr19284911pbc.1.1428351363862; Mon, 06 Apr 2015 13:16:03 -0700 (PDT) X-Received: by 10.140.107.69 with SMTP id g63mr200031qgf.31.1428351363552; Mon, 06 Apr 2015 13:16:03 -0700 (PDT) Path: border1.nntp.dca1.giganews.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!l13no1723723iga.0!news-out.google.com!k20ni6qgd.0!nntp.google.com!z60no17835qgd.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 6 Apr 2015 13:16:03 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=75.99.9.146; posting-account=s89PEgoAAABHs2ETFyOrCeTQVQJAfzKq NNTP-Posting-Host: 75.99.9.146 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <0817bf94-0550-40c4-ba5f-f2ecd6383dbb@googlegroups.com> Subject: GNAT "alignment value must be positive" From: marciant@earthlink.net Injection-Date: Mon, 06 Apr 2015 20:16:03 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: number.nntp.giganews.com comp.lang.ada:192746 Date: 2015-04-06T13:16:03-07:00 List-Id: So, what is the reason that GNAT does not accept "s'alignment use 0;" on in= tel x86 systems? I recently read that Alignment_Check is now "no" by defaul= t for such systems - but making that configuration setting on GNAT GPL 2014= does not seem to make any difference on the code in question. Is there a d= ifferent setting to allow items not necessarily aligned to byte boundaries = other than setting GNAT to ignore the representation clause?