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: 103376,245c84afd1e393ce X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!wn11feed!worldnet.att.net!209.244.4.230!newsfeed1.dallas1.level3.net!news.level3.com!news.binc.net!kilgallen From: Kilgallen@SpamCop.net (Larry Kilgallen) Newsgroups: comp.lang.ada Subject: Re: What about big integers in Ada 2005? Date: 15 Sep 2005 16:08:26 -0500 Organization: LJK Software Message-ID: References: <1581461.uQ1jN63t33@linux1.krischik.com> NNTP-Posting-Host: eisner.encompasserve.org X-Trace: grandcanyon.binc.net 1126818433 19916 192.135.80.34 (15 Sep 2005 21:07:13 GMT) X-Complaints-To: abuse@binc.net NNTP-Posting-Date: Thu, 15 Sep 2005 21:07:13 +0000 (UTC) Xref: g2news1.google.com comp.lang.ada:4755 Date: 2005-09-15T16:08:26-05:00 List-Id: In article , Martin Dowie writes: > Martin Krischik wrote: >> You are mistaken here. i.E GNAT supports 64 integers for 32 bit CPUs. It's >> all up to the particular compiler. In theory you could create an Ada >> compiler which supports intergers up to the memory limit - it would still >> conform to the standart. > > Yeah, but that's a bit of a pain, portability-wise. E.g. GNAT for > Windows can support 64-bit integers but ObjectAda for Windows can't. :-( But less of a problem that with other languages where the compiler might have no obligation to reject programs which expect missing support (or no syntax for the programs to specify expected support).