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,ee1a8b8db84c88f X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!news.glorb.com!news.germany.com!news-stu1.dfn.de!news-fra1.dfn.de!newscore.univie.ac.at!newsfeed.inode.at!news.hispeed.ch!linux2.krischik.com!news From: Martin Krischik Newsgroups: comp.lang.ada Subject: Re: Ada exception block does NOT work? Date: Sun, 21 Aug 2005 18:23:22 +0200 Organization: Cablecom Newsserver Message-ID: <37503660.Apkmi7ARgr@linux1.krischik.com> References: <4301ab29$0$6989$9b4e6d93@newsread2.arcor-online.net> NNTP-Posting-Host: 84-72-114-216.dclient.hispeed.ch Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: news.hispeed.ch 1124644518 26188 84.72.114.216 (21 Aug 2005 17:15:18 GMT) X-Complaints-To: news@hispeed.ch NNTP-Posting-Date: Sun, 21 Aug 2005 17:15:18 +0000 (UTC) User-Agent: KNode/0.9.2 Xref: g2news1.google.com comp.lang.ada:4241 Date: 2005-08-21T18:23:22+02:00 List-Id: Robert A Duff wrote: > But I'm not even allowedd to say "1..2**80" in any Ada compiler I know > of, and I can't even count on "1..2**35" portably. Sigh. Well GNAT allows 2*63. But the limits are indeed very low. I started with 8bit CPUs and one of the fist things you learn with 8bit CPUs is how to add and subtract 16, 24, 32 etc pp values using the "carry bit". I don't think there is a real reason to restrict integers ranges. Martin -- mailto://krischik@users.sourceforge.net Ada programming at: http://ada.krischik.com