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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.66.144.228 with SMTP id sp4mr18249999pab.5.1396483567836; Wed, 02 Apr 2014 17:06:07 -0700 (PDT) X-Received: by 10.50.59.179 with SMTP id a19mr346932igr.10.1396483567734; Wed, 02 Apr 2014 17:06:07 -0700 (PDT) Path: border2.nntp.dca3.giganews.com!backlog4.nntp.dca3.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!l13no2054530iga.0!news-out.google.com!gi6ni106igc.0!nntp.google.com!l13no2054524iga.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 2 Apr 2014 17:06:07 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=71.232.204.37; posting-account=rdRzuwoAAAAyW3CSBhs_xgfCUJSc1aNt NNTP-Posting-Host: 71.232.204.37 References: <7f1c01c5-3563-4b94-9831-152dbbf2ecdc@googlegroups.com> <2d62368c-9f64-49f3-98a8-5121d0c0fa23@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <5a70724c-f18b-43dc-944f-ae5c48701c7c@googlegroups.com> Subject: Re: Your wish list for Ada 202X From: Britt Injection-Date: Thu, 03 Apr 2014 00:06:07 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Original-Bytes: 1822 Xref: number.nntp.dca.giganews.com comp.lang.ada:185468 Date: 2014-04-02T17:06:07-07:00 List-Id: On Wednesday, April 2, 2014 6:53:25 PM UTC-4, Randy Brukardt wrote: > Even on 8-bit and 16-bit processors?? No, I had 32-bit and 64-bit ARM/PowerPC/x86 type processors in mind. The RM= currently allows Standard.Long_Long_Integer as an implementation permissio= n. I know how to use project defined subtypes (renames) of Standard types i= n a reasonably portable way. Its annoying that ObjectAda still doesn't prov= ide 64-bit integer support on the same targets as GNAT. I don't have recent= experience with other compilers but I currently use both of these.